From 7b03672a9fd6abcb7c062664e58d6808e6e4de3b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:32:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f763d9..ca31cef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Star, Zap, TrendingUp, Heart, Award, Shoe } from 'lucide-react'; +import { Sparkles, Star, Zap, TrendingUp, Heart, Award, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -185,7 +185,7 @@ export default function LandingPage() { ctaTitle="Ready to Experience 3D Shoe Shopping?" ctaDescription="Get started with our platform today and discover a whole new way to shop for shoes online." ctaButton={{ text: "Start Your Journey", href: "products" }} - ctaIcon={Shoe} + ctaIcon={Phone} useInvertedBackground={false} animationType="slide-up" faqs={[ -- 2.49.1