From 1b4429698cc024680c0217662fd617178c34ecc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:17:44 +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 07fff3a..2025c1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={ChefHat} tagAnimation="slide-up" buttons={[ - { text: "Book a Consultation", href: "#contact" }, + { text: "Book Your Chef", href: "#contact" }, { text: "Explore Our Services", href: "#services" }, ]} buttonAnimation="slide-up" -- 2.49.1