Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83a0cf65d4 | |||
| fef6d586c8 | |||
| 0736fdb093 | |||
| 800fec501a | |||
| 1e64b1aa45 | |||
| e232c75a79 | |||
| 2f1353725b | |||
| 7d7469ea67 | |||
| 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
@@ -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"
|
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"
|
imageAlt="Indické curry podávané s ryžou a čerstvými bylinkami"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
tag="Donáška dostupná"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Objednať donášku", href: "#order" },
|
{ text: "Objednať teraz - Online", href: "#order" },
|
||||||
{ text: "Pozrieť menu", href: "#menu" },
|
{ text: "Pozrieť menu", href: "#menu" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -172,12 +173,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