From b52804414e62d7270f0a035cc0544ea92fd3c09c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:13:52 +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 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" }}