From b786895cb6597902f1078ff020e1f4641acf3803 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:00:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 ++++++++++++++++++++++------------------------- 1 file changed, 59 insertions(+), 70 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 816db46..7efa6f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import MetricCardTwo from '@/components/sections/metric/MetricCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { ShieldCheck, Target, Zap, Shield, FileText, Clock, Globe } from "lucide-react"; export default function LandingPage() { @@ -29,132 +29,121 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1