From 017e2cf4576d291e10ab654d3e0d1811b8a7ee40 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:25:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 ++++++++++++++++++++++++----------------------- 1 file changed, 99 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcf5f2e..6bfef19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Phone } from 'lucide-react'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Sparkles, Quote, CheckCircle, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,60 +28,67 @@ export default function LandingPage() { >
-
-
-
-
-
-
- console.log("Subscribed with: ", email)} />