From ed06dc78cd299434b47d77e640ab5d15df6f5385 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 15:39:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1db404b..aec2ab7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,6 @@ export default function LandingPage() { name: "Home", id: "hero"}, { name: "Menu", id: "menu"}, - { - name: "Order", id: "contact"}, { name: "Reviews", id: "testimonials"}, { @@ -49,10 +47,10 @@ export default function LandingPage() { title="Your Go-To Coffee & Quick Bites on Wilshire" description="Fresh coffee, breakfast sandwiches, spam musubi, and milk tea—ready fast. Loved by locals for affordable quality and cozy convenience." buttons={[ - { - text: "Call Now", href: "tel:+1234567890"}, { text: "Order Pickup", href: "#contact"}, + { + text: "Call Now", href: "tel:+1234567890"}, { text: "Get Directions", href: "https://maps.app.goo.gl/YourCafeLocation"}, ]}