Update src/app/page.tsx

This commit is contained in:
2026-05-09 19:34:10 +00:00
parent 7538804cc3
commit 5dc9511021

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}