5 Commits

Author SHA1 Message Date
4d61297d17 Update src/app/page.tsx 2026-03-04 08:14:52 +00:00
14987dd9d4 Update src/app/layout.tsx 2026-03-04 08:14:52 +00:00
5024fcfab4 Merge version_3 into main
Merge version_3 into main
2026-03-04 08:12:59 +00:00
ed66dbb76e Update src/app/page.tsx 2026-03-04 08:12:55 +00:00
7251400540 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:10:08 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -84,12 +84,12 @@ export default function LandingPage() {
<div id="featured" data-section="featured"> <div id="featured" data-section="featured">
<ProductCardFour <ProductCardFour
title="Nuestros Destacados" title="Nuestros Destacados"
description="Descubre nuestros productos estrella que han conquistado a miles de clientes en Tarragona." description="Descubre nuestros productos estrella, disponibles hoy con ofertas especiales"
tag="Especialidades" tag="Especialidades"
tagIcon={Star} tagIcon={Star}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Ver Todo el Menú", href: "#contact" }, { text: "Ver Menú Completo + Ofertas", href: "#contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
products={[ products={[
@@ -203,8 +203,8 @@ export default function LandingPage() {
title="Haz Tu Pedido Ahora Mismo" title="Haz Tu Pedido Ahora Mismo"
description="Llámanos para pedir tus tacos o rellena el formulario. Nos encantaría servirte. Horario: Lunes a Domingo 11:00 - 23:00" description="Llámanos para pedir tus tacos o rellena el formulario. Nos encantaría servirte. Horario: Lunes a Domingo 11:00 - 23:00"
buttons={[ buttons={[
{ text: "Llamar Ahora: +34 977 123 456", href: "tel:+34977123456" }, { text: "Pedir en Just Eat", href: "https://www.juseat.es" },
{ text: "Pedir Online", href: "#" }, { text: "Reservar Mesa", href: "tel:+34977123456" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}