2 Commits

Author SHA1 Message Date
ed06dc78cd Update src/app/page.tsx 2026-03-25 15:39:10 +00:00
4299c1bc5b Merge version_2 into main
Merge version_2 into main
2026-03-25 15:21:39 +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"},
]}