Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-11 13:33:58 +00:00

View File

@@ -47,6 +47,10 @@ export default function LocationsPage() {
<div id="locations" data-section="locations">
<ContactSplitForm
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
useInvertedBackground={false}
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)`}