4 Commits

Author SHA1 Message Date
0c6f6e918d Update src/app/page.tsx 2026-05-13 15:08:22 +00:00
8b60e572f3 Merge version_2 into main
Merge version_2 into main
2026-05-13 15:07:22 +00:00
dafa575d2e Update src/app/page.tsx 2026-05-13 15:07:15 +00:00
a7d11ca7d1 Merge version_1 into main
Merge version_1 into main
2026-05-13 15:06:11 +00:00

View File

@@ -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. [Click here for directions](https://www.google.com/maps/search/Family+Food+Park+Ashuganj)"
}
]}
title="Commonly Asked"
description="Have questions? We're here to help."
@@ -229,4 +232,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}