From c7aac98684113359b981a71128cc5453bddb4d58 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:20:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5dff6c..227adad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Award, Heart, Sparkles, Instagram, Mail, Phone } from 'lucide-react'; @@ -224,15 +224,20 @@ export default function LandingPage() {
- console.log('Newsletter signup:', email)} />
@@ -249,4 +254,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1