From 06aec320efe59867e03966c5a1f847bd58b4aae0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:07:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa51eb..cabf46b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
); -} +} \ No newline at end of file -- 2.49.1