From d4e9748798b1e5682412cdf92206c0de0fd75d59 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:30:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 +++++++++++++++-------------------------------- 1 file changed, 61 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 341bd82..86ff351 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function LandingPage() { return ( @@ -26,139 +24,66 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1