diff --git a/src/app/page.tsx b/src/app/page.tsx index 819eda9..22bfd3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Chamita" description="Miami's Hidden Gem for Authentic Latin Coffee & Fresh Bites. Every cup of café con leche and every empanada made with care, tradition, and a smile." buttons={[ - { text: "Discover Our Menu", href: "#menu" }, + { text: "View Menu & Specials", href: "#menu" }, { text: "Find Us on Google", href: "https://google.com" }, ]} imageSrc="http://img.b2bpic.net/free-photo/breakfast-cafe-vertical-shot-steam-rises-cup-espresso-coffee-glass-water-cookies-table-closeup-sunlight-selective-focus-empty-space-idea-advertising-banner_166373-2884.jpg" @@ -146,7 +146,7 @@ export default function LandingPage() {