From e53c9e4261d340e0a8e143074bd205c0308bbf38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:18:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 456 +++++------------------------------------------ 1 file changed, 41 insertions(+), 415 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d5b6e9..8b6b993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; export default function LandingPage() { return ( @@ -28,414 +22,46 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1