2 Commits

Author SHA1 Message Date
06aec320ef Update src/app/page.tsx 2026-03-08 00:07:10 +00:00
0a57690dca Merge version_1 into main
Merge version_1 into main
2026-03-08 00:00:14 +00:00

View File

@@ -263,7 +263,7 @@ export default function LandingPage() {
faqs={[
{
id: "1", title: "Where are you located?", content:
"Noe Cafe is located in the heart of Noe Valley, San Francisco. We're easy to find and parking is available nearby."
"Noe Cafe is located at 1299 Sanchez Street in the heart of Noe Valley, San Francisco. We're easy to find and parking is available nearby."
},
{
id: "2", title: "What are your hours?", content:
@@ -271,7 +271,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Do you have outdoor seating?", content:
"Yes! We have fantastic outdoor seating with plenty of neighborhood charm. Perfect for watching the Noe Valley energy flow by."
"Yes! We have a fantastic outdoor parklet with plenty of neighborhood charm. Perfect for watching the Noe Valley energy flow by while enjoying your coffee in the fresh air."
},
{
id: "4", title: "Are you dog and family-friendly?", content:
@@ -296,9 +296,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Visit Us"
ctaDescription="Noe Cafe is waiting for you. 7 AM 4 PM, daily. Located in the heart of Noe Valley, San Francisco."
ctaDescription="Noe Cafe is waiting for you. 1299 Sanchez Street, Noe Valley. Open 7 AM 4 PM, daily. Bring a friend and enjoy our outdoor parklet seating."
ctaButton={{
text: "Get Directions", href: "https://maps.google.com/?q=Noe+Valley+San+Francisco"
text: "Get Directions", href: "https://maps.google.com/?q=1299+Sanchez+Street+San+Francisco"
}}
ctaIcon={MapPin}
useInvertedBackground={true}
@@ -306,11 +306,11 @@ export default function LandingPage() {
faqs={[
{
id: "1", title: "What's the best time to visit?", content:
"Early mornings (7-9 AM) are perfect for the morning ritual. Afternoons offer a more relaxed pace. Weekends bring neighborhood energy."
"Early mornings (7-9 AM) are perfect for the morning ritual. Afternoons offer a more relaxed pace on our outdoor parklet. Weekends bring neighborhood energy."
},
{
id: "2", title: "Do you take reservations?", content:
"We welcome walk-ins. Our outdoor and indoor seating accommodates the neighborhood flow beautifully."
"We welcome walk-ins. Our outdoor parklet seating and indoor space accommodate the neighborhood flow beautifully."
},
{
id: "3", title: "What's your most popular drink?", content:
@@ -338,4 +338,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}