From 15d43629e3f521024a011eac33dc2cbfcf5adc8c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:10:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb90416..4f3511b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ 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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Mail, Phone, MapPin, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -165,24 +166,30 @@ export default function LandingPage() {
-
); -} \ No newline at end of file +} -- 2.49.1