1 Commits

Author SHA1 Message Date
6a9cd05d5e Update src/app/page.tsx 2026-03-09 17:53:10 +00:00

View File

@@ -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: "#" },
]} ]}
/> />