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() {