Update src/app/page.tsx
This commit is contained in:
@@ -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"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user