From a036aa96cbb18ce7c15a99594a08ead103efa34c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:20:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 +++++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fee2e16..d68e4f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { CheckCircle, Facebook, Heart, Instagram, Mail, Sparkles, Star, Twitter } from "lucide-react"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { CheckCircle, Facebook, Heart, Instagram, Mail, Sparkles, Star, Twitter, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -204,40 +204,53 @@ export default function LandingPage() {
-
); -} \ No newline at end of file +}