From 59b67cd07186e4dd506f5bd734f8d22a8fdbcdec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:03:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a93966..55acdea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building, Calendar, Home, Leaf, Smile, Sparkles } from "lucide-react"; +import { Building, Calendar, Home, Leaf, Smile, Sparkles, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -176,9 +176,7 @@ export default function LandingPage() {
-
-
); -} \ No newline at end of file +} -- 2.49.1