diff --git a/src/app/page.tsx b/src/app/page.tsx index d4e1c65..a1ad426 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "What are your hours?", content: "Daily 7AM - 6PM."}, + id: "q1", title: "What are your hours?", content: "Daily 7AM - 6PM. Visit us at 123 Artisan Way (click for map)."}, { id: "q2", title: "Do you offer gluten-free?", content: "Yes, on weekends!"}, { @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file