Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-17 18:52:36 +00:00

View File

@@ -241,33 +241,33 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "EXPERIENCE", items: [
{ label: "Reserve a Table", href: "#contact" },
{ label: "View Menu", href: "#products" },
{ label: "The Legend", href: "#about" },
{ label: "Location", href: "https://maps.google.com" }
title: "ZÁŽITOK", items: [
{ label: "Rezervovať stôl", href: "#contact" },
{ label: "Ponuka", href: "#products" },
{ label: "Legenda", href: "#about" },
{ label: "Poloha", href: "https://maps.google.com" }
]
},
{
title: "CONTACT", items: [
title: "KONTAKT", items: [
{ label: "Email", href: "mailto:reserve@bizon.sk" },
{ label: "Phone", href: "tel:+421-2-XXXXX" },
{ label: "Bratislava, Slovakia", href: "https://maps.google.com" },
{ label: "Hours: 5PM - Midnight", href: "#" }
{ label: "Telefón", href: "tel:+421-2-XXXXX" },
{ label: "Bratislava, Slovensko", href: "https://maps.google.com" },
{ label: "Otváracie hodiny: 5PM - Polnoc", href: "#" }
]
},
{
title: "ABOUT", items: [
{ label: "Our Story", href: "#about" },
{ label: "Signature Experience", href: "#features" },
{ label: "Reviews", href: "#testimonials" },
{ label: "Careers", href: "#" }
title: "O NÁS", items: [
{ label: "Náš príbeh", href: "#about" },
{ label: "Podpisová skúsenosť", href: "#features" },
{ label: "Recenzie", href: "#testimonials" },
{ label: "Kariéra", href: "#" }
]
}
]}
copyrightText="© 2025 BIZON. The legend continues. Hidden in Bratislava. Known worldwide."
copyrightText="© 2025 BIZON. Legenda pokračuje. Skrytá v Bratislave. Známa po celom svete."
/>
</div>
</ThemeProvider>
);
}
}