From 9b79cd05b45528fbde9c01d7086097d5805848bc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 11:54:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b65476..ae82acc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -249,7 +249,7 @@ export default function LandingPage() { text="Ready to design your dream cake? Contact us today to start your consultation." buttons={[ { - text: "Contact Us", href: "mailto:hello@sweetdelights.com"}, + text: "Book Your Consultation", href: "mailto:hello@sweetdelights.com"}, ]} /> -- 2.49.1