Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 804ee34775 | |||
| 4608711524 | |||
| 28c8ef99f8 | |||
| 5e1c9faed9 |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -132,8 +132,10 @@ export default function LandingPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ 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" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -167,4 +169,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user