15 Commits

Author SHA1 Message Date
1164db17f2 Merge version_8 into main
Merge version_8 into main
2026-03-09 18:15:12 +00:00
83a0cf65d4 Update src/app/page.tsx 2026-03-09 18:15:08 +00:00
fef6d586c8 Update src/app/layout.tsx 2026-03-09 18:15:08 +00:00
0736fdb093 Switch to version 1: modified src/app/page.tsx 2026-03-09 18:04:20 +00:00
800fec501a Switch to version 1: modified src/app/layout.tsx 2026-03-09 18:04:20 +00:00
1e64b1aa45 Merge version_7 into main
Merge version_7 into main
2026-03-09 18:03:03 +00:00
e232c75a79 Update src/app/page.tsx 2026-03-09 18:02:59 +00:00
2f1353725b Update src/app/layout.tsx 2026-03-09 18:02:58 +00:00
7d7469ea67 Merge version_6 into main
Merge version_6 into main
2026-03-09 17:58:35 +00:00
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
a17ffc4430 Merge version_1 into main
Merge version_1 into main
2026-03-09 17:36:23 +00:00
2 changed files with 15 additions and 1404 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,8 +49,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/vertical-view-boiled-rice-brown-wooden-pot-different-spices_140725-135274.jpg"
imageAlt="Indické curry podávané s ryžou a čerstvými bylinkami"
mediaAnimation="slide-up"
tag="Donáška dostupná"
buttons={[
{ text: "Objednať donášku", href: "#order" },
{ text: "Objednať teraz - Online", href: "#order" },
{ text: "Pozrieť menu", href: "#menu" },
]}
/>
@@ -172,12 +173,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: "#" },
]}
/>