From d9e769921e4e42a1cc45219401896556a9fa61a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:37:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 ++++++++--------------------------------------- 1 file changed, 57 insertions(+), 310 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0730ce7..3f8d1e1 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 ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Home, Layout, Palette } from "lucide-react"; export default function LandingPage() { @@ -30,364 +30,111 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1