Hi aaaaa,
The preview URL localhost:3000 will require Builder integration for the landing pages as well. To achieve this, you can take one of the following approaches:
- Change the folder structure: Modify
[...page].tsxto[[...page]].tsxin order to use a catch-all route. - Integrate Builder specifically for the landing page: Add the integration code directly in
index.tsxorpage.tsxwithin thepagesorappdirectory.
Thanks,