diff --git a/src/app/page.tsx b/src/app/page.tsx index f6b525b..5c9fcb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterMedia from '@/components/sections/footer/FooterMedia'; @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Activities", id: "activities" }, { name: "Plans", id: "pricing" }, { name: "Support", id: "faq" }, + { name: "Contact", id: "contact" } ]} brandName="La Tehtaar" /> @@ -129,11 +130,17 @@ export default function LandingPage() {
-
@@ -150,4 +157,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}