From 6b2ec9b2c47e00ba948d06e674a1114a1ab7580d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:01:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eddf308..c444f71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Order via WhatsApp", href: "https://wa.me/yournumber"}, + text: "Order Your Custom Cake", href: "https://wa.me/yournumber"}, ]} imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097755.jpg" mediaAnimation="slide-up" @@ -197,7 +197,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "b1", badge: "Silver", price: "$50", subtitle: "Perfect for birthdays", buttons: [ + id: "b1", badge: "Silver", price: "$50", subtitle: "For small gatherings", buttons: [ { text: "WhatsApp Order", href: "#"}, ], @@ -205,7 +205,7 @@ export default function LandingPage() { "1 Cake", "12 Cupcakes"], }, { - id: "b2", badge: "Gold", price: "$120", subtitle: "Perfect for weddings", buttons: [ + id: "b2", badge: "Gold", price: "$120", subtitle: "For big celebrations", buttons: [ { text: "WhatsApp Order", href: "#"}, ],