Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 804ee34775 | |||
| 4608711524 | |||
| 28c8ef99f8 | |||
| 5e1c9faed9 |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -132,8 +132,10 @@ export default function LandingPage() {
|
|||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reservar ahora", href: "#reservation" },
|
{ text: "Reservar ahora", href: "#reservation" },
|
||||||
{ text: "Llamar: 697 67 08 89", href: "tel:697670889" }
|
{ text: "Llamar", href: "tel:697670889" }
|
||||||
]}
|
]}
|
||||||
|
buttonClassName="flex items-center gap-2"
|
||||||
|
buttonTextClassName="flex items-center gap-2"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -167,4 +169,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user