From c943bb9e635f32bed1e688201fa892d603ae612a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:43:05 +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 00ebe8f..e8deb5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { description="Experience restaurant-quality gourmet meals prepared personally for you by a master private chef." buttons={[ { - text: "Book Your Chef", href: "#contact"}, + text: "Check Availability & Book", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg" avatars={[ @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1