From 0c6f6e918d59f153cea29389cfe0c1f56856117e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 15:08:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06e0c47..ecf6a17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -184,7 +184,7 @@ export default function LandingPage() { { 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." + 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. [Click here for directions](https://www.google.com/maps/search/Family+Food+Park+Ashuganj)" } ]} title="Commonly Asked" -- 2.49.1