From 9f9436edf158c4aa759acefcc073ddb2e3c0c445 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:00:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 433 ++++++++--------------------------------------- 1 file changed, 70 insertions(+), 363 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c8023b..3af0b9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Car, MapPin, ShieldCheck, Users } from "lucide-react"; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -30,409 +30,116 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
-
-- 2.49.1