diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aaec6e..276a3e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,8 +193,8 @@ export default function SalientCakesLanding() { title="Let's Create Your Perfect Cake Experience" description="Reach out via WhatsApp or Instagram to discuss your celebration vision. Our team will guide you through flavor selection, design, and delivery details. No consultation fee—just pure creative collaboration." buttons={[ - { text: "WhatsApp: +1 (555) 123-4567", href: "https://wa.me/15551234567" }, - { text: "Instagram: @salientcakes", href: "https://instagram.com/salientcakes" }, + { text: "Message Us on WhatsApp", href: "https://wa.me/15551234567" }, + { text: "Chat on Instagram", href: "https://instagram.com/salientcakes" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }}