Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c785edc88 | |||
| 896f3d7b44 | |||
| ee6c31b71e | |||
| a2aeecb437 | |||
| 6a9cd05d5e |
1412
src/app/layout.tsx
1412
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Indické curry podávané s ryžou a čerstvými bylinkami"
|
imageAlt="Indické curry podávané s ryžou a čerstvými bylinkami"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Objednať donášku", href: "#order" },
|
{ text: "Objednať teraz", href: "#order" },
|
||||||
{ text: "Pozrieť menu", href: "#menu" },
|
{ text: "Pozrieť menu", href: "#menu" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -172,12 +172,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="order" data-section="order">
|
<div id="order" data-section="order">
|
||||||
<ContactText
|
<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"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Objednať online", href: "#" },
|
{ text: "Objednať donášku", href: "#" },
|
||||||
{ text: "Rezervovať stôl", href: "#" },
|
{ text: "Rezervovať stôl", href: "#" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user