From 8312d2c7707210c4f08b5978d923c50c608d7548 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:33:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 377 +++++++---------------------------------------- 1 file changed, 56 insertions(+), 321 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0b2273..aebc9aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardThree from '@/components/ecommerce/productCatalog/ProductCatalog'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Shield } from "lucide-react"; export default function LandingPage() { @@ -32,372 +32,107 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-- 2.49.1