2 Commits

Author SHA1 Message Date
5dc9511021 Update src/app/page.tsx 2026-05-09 19:34:10 +00:00
7538804cc3 Merge version_1 into main
Merge version_1 into main
2026-05-09 19:30:26 +00:00

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: "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: "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" title="Useful Information"
description="Everything you need to know for your visit." description="Everything you need to know for your visit."
@@ -222,4 +224,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }