From 3896a67a003c57da313a359a7beacde643d62fbf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 20:05:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 374 +++++++++++++++++++++-------------------------- 1 file changed, 167 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2039c81..d0648b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,304 +1,264 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -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 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 PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -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'; +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'; export default function LandingPage() { return (
-
-
-
-
-
- +
-
- -
- -
- -
-
-
-
); -} +} \ No newline at end of file