Merge version_3 into main #6
@@ -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