Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb78281ab | |||
| 4d61297d17 | |||
| 14987dd9d4 | |||
| 5024fcfab4 | |||
| ed66dbb76e | |||
| 7251400540 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -84,12 +84,12 @@ export default function LandingPage() {
|
||||
<div id="featured" data-section="featured">
|
||||
<ProductCardFour
|
||||
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"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Ver Todo el Menú", href: "#contact" },
|
||||
{ text: "Ver Menú Completo + Ofertas", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
@@ -203,8 +203,8 @@ export default function LandingPage() {
|
||||
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"
|
||||
buttons={[
|
||||
{ text: "Llamar Ahora: +34 977 123 456", href: "tel:+34977123456" },
|
||||
{ text: "Pedir Online", href: "#" },
|
||||
{ text: "Pedir en Just Eat", href: "https://www.juseat.es" },
|
||||
{ text: "Reservar Mesa", href: "tel:+34977123456" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -221,4 +221,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user