Update src/app/page.tsx

This commit is contained in:
2026-03-08 00:41:01 +00:00
parent 407784ba18
commit ff7edb91c8

View File

@@ -55,8 +55,8 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "📞 Llamar: 918 58 86 72", href: "tel:918588672" },
{ text: "Reservar mesa", href: "#contact" }
{ text: "Reservar ahora", href: "#contact" },
{ text: "📞 Llamar: 918 58 86 72", href: "tel:918588672" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/tasty-seafood-table-high-angle_23-2149410758.jpg"
@@ -299,4 +299,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}