From dafa575d2e74b9f5250cdbeb22b1993874aa27be Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 15:07:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3834ed..06e0c47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,6 +183,9 @@ export default function LandingPage() { id: "2", title: "Are there food options?", content: "We offer a wide variety of snacks including Phuchka, Chatpoti, and grilled items."}, { id: "3", title: "What are the operating hours?", content: "We are open daily from 2 PM to 10 PM to serve our community."}, + { + id: "4", title: "Where is the park located?", content: "We are conveniently located in the heart of Ashuganj, easily accessible via the main station road; look for the brightly colored entrance signs." + } ]} title="Commonly Asked" description="Have questions? We're here to help." @@ -229,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file