From 968022da340e7df5240f34b64cf35f0af0d1b6a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 16:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++++++++++++++++--------------------- 1 file changed, 100 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fef7453..96287ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; export default function LandingPage() { return ( @@ -24,88 +26,104 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+ -
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} \ No newline at end of file +}