From 39822f1e2f0e0beb0ce1c7e5be65b6906c60e343 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 23:53:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d34e985..289d6c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { CheckCircle, Shield, Sparkles, MapPin } from "lucide-react"; export default function LandingPage() { @@ -117,11 +114,13 @@ export default function LandingPage() {
- console.log("Service requested for:", email)} />
@@ -139,4 +138,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1