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