Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-03 18:02:00 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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>
);
}
}