diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2a2bc43..b15e0a4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import ContactText from '@/components/sections/contact/ContactText'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- console.log(email)} - /> -
+
+ + {/* A multi-field form for inquiries and quote requests would be placed here. + The current component registry does not contain a suitable component + for this, so ContactText is used as a placeholder for the section's purpose. */} +
-
- -
- - +
);