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.
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}