Let's fix this error by creating the missing Testimonials component.
Let's create the Testimonials component and update the necessary files:
An error occurred during deployment. Please fix:
Build Error:
Failed to compile.
app/(legal)/blog/page.tsx
You cannot have two parallel pages that resolve to the same path. Please check /(legal)/blog/page and /blog/page. Refer to the route group docs for more information: https://nextjs.org/docs/app/building-your-application/routing/route-groups
app/blog/page.tsx
You cannot have two parallel pages that resolve to the same path. Please check /(legal)/blog/page and /blog/page. Refer to the route group docs for more information: https://nextjs.org/docs/app/building-your-application/routing/route-groups
I understand the error. Let's fix this issue by removing the duplicate blog page and ensuring we have a single, consistent route for the blog.
Let's resolve this by keeping the newer /blog/page.tsx and removing the /(legal)/blog/page.tsx. We'll also need to update any references to the blog page in other components.
With these changes, the deployment error should be resolved. The blog page is now only defined in one location (/app/blog/page.tsx), and all references to it have been updated to use the correct path.
/services is not working.
Pricing and page should be linked together with the website and not just white empty page. Also our services are one-time payments to puchase the accounts so they should not be with monthly/yearly subscriptions.
Add FAQ page for more clarifications and answered questions