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