Update src/app/page.tsx
This commit is contained in:
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
||||
{ text: "Mapy Google", href: "https://maps.google.com/?q=Křemencova+1919,+110+00+Nové+Město,+Praha+1" },
|
||||
{ text: "Zavolat", href: "tel:+420777977979" }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user