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