Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7be36afcd | |||
| ed06dc78cd | |||
| 4299c1bc5b |
@@ -33,8 +33,6 @@ export default function LandingPage() {
|
|||||||
name: "Home", id: "hero"},
|
name: "Home", id: "hero"},
|
||||||
{
|
{
|
||||||
name: "Menu", id: "menu"},
|
name: "Menu", id: "menu"},
|
||||||
{
|
|
||||||
name: "Order", id: "contact"},
|
|
||||||
{
|
{
|
||||||
name: "Reviews", id: "testimonials"},
|
name: "Reviews", id: "testimonials"},
|
||||||
{
|
{
|
||||||
@@ -49,10 +47,10 @@ export default function LandingPage() {
|
|||||||
title="Your Go-To Coffee & Quick Bites on Wilshire"
|
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."
|
description="Fresh coffee, breakfast sandwiches, spam musubi, and milk tea—ready fast. Loved by locals for affordable quality and cozy convenience."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
|
||||||
text: "Call Now", href: "tel:+1234567890"},
|
|
||||||
{
|
{
|
||||||
text: "Order Pickup", href: "#contact"},
|
text: "Order Pickup", href: "#contact"},
|
||||||
|
{
|
||||||
|
text: "Call Now", href: "tel:+1234567890"},
|
||||||
{
|
{
|
||||||
text: "Get Directions", href: "https://maps.app.goo.gl/YourCafeLocation"},
|
text: "Get Directions", href: "https://maps.app.goo.gl/YourCafeLocation"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user