Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-03-25 15:39:13 +00:00

View File

@@ -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"},
]}