Welcome to Your Dynamic Sales Pages!

This project allows you to generate custom sales demo pages dynamically via an API endpoint. The page you previously saw is now a template that can be populated with your client-specific data.

How to Use:

To create or update a page, send a `POST` request to:
/api/pages/{your-unique-slug}

Include a JSON body with all the dynamic content for your page (see the schema provided in the chat).

Once created, you can view your dynamic page at:
/pages/{your-unique-slug}

Example Page:

To see a demonstration, you can create a page with the slug "karthik-demo" by sending a POST request to `/api/pages/karthik-demo` with the full page data.