diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..f4d00d5 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,177 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; + +export default function ContactPage() { + return ( + + + +
+ +
+ +
+ console.log('Newsletter signup:', email)} + /> +
+ +
+ +
+ +
+ +
+ + +
+ ); +} \ No newline at end of file