Update src/app/locations/page.tsx
This commit is contained in:
@@ -47,6 +47,10 @@ export default function LocationsPage() {
|
|||||||
|
|
||||||
<div id="locations" data-section="locations">
|
<div id="locations" data-section="locations">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
|
inputs={[
|
||||||
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
|
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||||
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Cafe Locations"
|
title="Our Cafe Locations"
|
||||||
description={`Visit us at our various locations to experience the unique Cafe Brew ambiance and enjoy your favorite coffee and pastries. Each branch offers a distinct charm while maintaining our commitment to quality.\n\n**Downtown Branch**\n123 Main St, Cityville, CA 90210\n[View on Google Maps](https://maps.app.goo.gl/downtown)\nMon-Sun: 7 AM - 7 PM\n\n**Uptown Branch**\n456 Oak Ave, Metroburg, NY 10001\n[View on Google Maps](https://maps.app.goo.gl/uptown)\nMon-Fri: 6:30 AM - 6 PM, Sat-Sun: 8 AM - 5 PM\n\n**Lakeside Kiosk**\n789 Lake View, Lakeside, WA 98001\n[View on Google Maps](https://maps.app.goo.gl/lakeside)\nMon-Sat: 8 AM - 4 PM (Seasonal)`}
|
description={`Visit us at our various locations to experience the unique Cafe Brew ambiance and enjoy your favorite coffee and pastries. Each branch offers a distinct charm while maintaining our commitment to quality.\n\n**Downtown Branch**\n123 Main St, Cityville, CA 90210\n[View on Google Maps](https://maps.app.goo.gl/downtown)\nMon-Sun: 7 AM - 7 PM\n\n**Uptown Branch**\n456 Oak Ave, Metroburg, NY 10001\n[View on Google Maps](https://maps.app.goo.gl/uptown)\nMon-Fri: 6:30 AM - 6 PM, Sat-Sun: 8 AM - 5 PM\n\n**Lakeside Kiosk**\n789 Lake View, Lakeside, WA 98001\n[View on Google Maps](https://maps.app.goo.gl/lakeside)\nMon-Sat: 8 AM - 4 PM (Seasonal)`}
|
||||||
|
|||||||
Reference in New Issue
Block a user