diff --git a/src/app/page.tsx b/src/app/page.tsx index d59c2ba..1b48ca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Cake, Heart, Sparkles, Star, Quote } from 'lucide-react'; +import { Cake, Heart, Sparkles, Star, Quote, MessageCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -49,7 +49,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={false} buttons={[ - { text: "Order Your Cake", href: "https://wa.me/91" }, + { text: "Order Your Cake", href: "https://wa.me/919792283210" }, { text: "Explore Products", href: "products" } ]} /> @@ -92,7 +92,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "View All Products", href: "https://wa.me/91" } + { text: "View All Products", href: "https://wa.me/919792283210" } ]} /> @@ -149,9 +149,9 @@ export default function LandingPage() { tag="Ready to Order?" tagIcon={Cake} title="Order Your Perfect Cake Today" - description="Contact us via WhatsApp for personalized consultations, custom designs, and quick orders. Our team is here to make your celebration special." + description="Contact us via WhatsApp at +91 9792283210 for personalized consultations, custom designs, and quick orders. Our team is here to make your celebration special." buttons={[ - { text: "Order on WhatsApp", href: "https://wa.me/91" }, + { text: "Order on WhatsApp", href: "https://wa.me/919792283210" }, { text: "Email Us", href: "mailto:contact@iprbakingub.com" } ]} background={{ variant: "radial-gradient" }} @@ -163,7 +163,7 @@ export default function LandingPage() {