2 Commits

Author SHA1 Message Date
3d49a54837 Update src/app/page.tsx 2026-05-17 13:42:07 +00:00
469a60639b Merge version_1 into main
Merge version_1 into main
2026-05-17 13:38:10 +00:00

View File

@@ -33,8 +33,8 @@ export default function LandingPage() {
{ name: "Domů", id: "hero" }, { name: "Domů", id: "hero" },
{ name: "O nás", id: "about" }, { name: "O nás", id: "about" },
{ name: "Nabídka", id: "features" }, { name: "Nabídka", id: "features" },
{ name: "Rezervace", id: "contact" },
{ name: "Recenze", id: "testimonials" }, { name: "Recenze", id: "testimonials" },
{ name: "Kontakt", id: "contact" },
]} ]}
brandName="Na Záložně" brandName="Na Záložně"
button={{ text: "Rezervovat", href: "#contact" }} button={{ text: "Rezervovat", href: "#contact" }}
@@ -134,9 +134,9 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Kontaktujte nás" tag="Rezervace"
title="Rezervujte si stůl" title="Rezervujte si stůl"
description="Náměstí T. G. Masaryka 100, Náměšť na Hané" description="Zavolejte nám na číslo +420 737 444 856 nebo využijte formulář níže. Náměstí T. G. Masaryka 100, Náměšť na Hané."
imageSrc="http://img.b2bpic.net/free-photo/living-room-interior_181624-29966.jpg" imageSrc="http://img.b2bpic.net/free-photo/living-room-interior_181624-29966.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />