From 14c371bb8b9aa481ffb9c04c1862966eca6d6f4b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:33:37 +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 42f8431..9c54484 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tag="Diani's Premier Café" buttons={[ { - text: "Visit Us Today", href: "#contact"}, + text: "View Our Menu", href: "#menu"}, { text: "Chat on WhatsApp", href: "https://wa.me/254700000000"}, ]} @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1