From e3427f769e6aeda9b78dac5fd8f954acc576c0e3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 20:04:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 374 ++++++++++++++++++++++++++--------------------- 1 file changed, 207 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0648b4..b1cd976 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,264 +1,304 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { AlertCircle, Camera, CheckCircle, MessageCircle, Sparkles, Zap } from 'lucide-react'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Gift, Sparkles } from 'lucide-react'; export default function LandingPage() { return (
-
-
-
-
-
- +
+
+ +
+ +
+ +
+
-
-
); -} \ No newline at end of file +} -- 2.49.1