5 Commits

Author SHA1 Message Date
2c785edc88 Update src/app/page.tsx 2026-03-09 17:58:31 +00:00
896f3d7b44 Update src/app/layout.tsx 2026-03-09 17:58:30 +00:00
ee6c31b71e Switch to version 1: modified src/app/page.tsx 2026-03-09 17:57:22 +00:00
a2aeecb437 Merge version_5 into main
Merge version_5 into main
2026-03-09 17:53:14 +00:00
6a9cd05d5e Update src/app/page.tsx 2026-03-09 17:53:10 +00:00
2 changed files with 14 additions and 1404 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
imageAlt="Indické curry podávané s ryžou a čerstvými bylinkami"
mediaAnimation="slide-up"
buttons={[
{ text: "Objednať donášku", href: "#order" },
{ text: "Objednať teraz", href: "#order" },
{ text: "Pozrieť menu", href: "#menu" },
]}
/>
@@ -172,12 +172,12 @@ export default function LandingPage() {
<div id="order" data-section="order">
<ContactText
text="Dajte si Dosa & Samosa doma alebo priamo u nás. Objednajte si donášku online alebo si rezervujte svoj stôl teraz a užite si poctivú indickú kuchyňu bez čakania."
text="Dajte si Dosa & Samosa doma alebo priamo u nás. Objednajte si donášku online. Alebo si rezervujte svoj stôl teraz a užite si poctivú indickú kuchyňu bez čakania."
animationType="entrance-slide"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Objednať online", href: "#" },
{ text: "Objednať donášku", href: "#" },
{ text: "Rezervovať stôl", href: "#" },
]}
/>