diff --git a/src/app/page.tsx b/src/app/page.tsx index 92ea846..f82c291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function BrewHavenPage() { imageAlt="Cozy coffee shop interior with warm lighting" buttons={[ { text: "Explore Our Menu", href: "products" }, - { text: "Visit Us Today", href: "contact" } + { text: "Order Now", href: "contact" } ]} buttonAnimation="slide-up" />