diff --git a/app/[...slug]/page.tsx b/app/[...slug]/page.tsx index 5edf9b1d..6f1a16ef 100644 --- a/app/[...slug]/page.tsx +++ b/app/[...slug]/page.tsx @@ -17,6 +17,8 @@ import { FAQSection } from '@/components/faq-section'; import { ContactPage } from '@/components/contact-page'; import { AboutPage } from '@/components/about-page'; import { WhoWeServePage } from '@/components/who-we-serve-page'; +import { PublicPageHeader, PublicSurface } from '@/components/public-surface'; +import { RequestMachineForm } from '@/components/forms/request-machine-form'; // Required for static export - ensures this route is statically generated export const dynamic = 'force-static'; @@ -164,30 +166,27 @@ function renderLocationPage(locationData: any, locationSlug: string) { <>