From 5dc95110215a676548e292d7a2eb5bbcc5a86bea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:34:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46922af..e8f987f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,6 +174,8 @@ export default function LandingPage() { id: "q2", title: "Do you offer delivery?", content: "Currently, we offer local pickup and table service only."}, { id: "q3", title: "Is the restaurant LGBTQ+ friendly?", content: "Yes, we are a fully inclusive establishment."}, + { + id: "q4", title: "Is there nearby parking or public transport?", content: "Yes, we are conveniently located near the Akácfa utca tram stops and several public parking garages on Kertész u."}, ]} title="Useful Information" description="Everything you need to know for your visit." @@ -222,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file