From c46ba6682e6ab3650d25940c0a534eac4ff44912 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 09:11:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c3bcb1..7bbf78b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Haven House Cafe" - button={{ text: "Visit", href: "#contact" }} + button={{ text: "View Menu", href: "#deals" }} /> @@ -53,7 +53,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" }, { imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" }, ]} - buttons={[{ text: "Our Offerings", href: "#deals" }, { text: "Contact Us", href: "#contact" }]} + buttons={[{ text: "View Menu", href: "#deals" }, { text: "Contact Us", href: "#contact" }]} /> @@ -146,4 +146,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file