Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-trout-still-life_23-2150408610.jpg", imageAlt: "Plato de comida mediterránea fresca"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg", imageAlt: "Interior acogedor del restaurante"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=1", imageAlt: "Interior acogedor del restaurante"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
title="Bienvenido a La Cantonada del Foix"
|
||||
description="Un restaurante familiar dedicado a ofrecer la mejor gastronomía mediterránea con ingredientes frescos y de calidad. Ubicados en el corazón de Cubelles, nos apasiona servir comida auténtica en un ambiente cálido y acogedor donde todos son bienvenidos."
|
||||
tag="❤️ Tradición y calidad"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=2"
|
||||
imageAlt="Interior del restaurante La Cantonada del Foix"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -98,23 +98,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Pescado Fresco", description: "Nuestro señas de identidad. Pescado del día preparado a la brasa, al horno o frito, siempre con ingredientes premium.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg" }
|
||||
title: "Pescado Fresco", description: "Nuestro señas de identidad. Pescado del día preparado a la brasa, al horno o frito, siempre con ingredientes premium.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Tapas y Aperitivos", description: "Selección variada de tapas caseras: jamón ibérico, patatas a lo pobre, croquetas, berenjenas con miel y mucho más.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg" }
|
||||
title: "Tapas y Aperitivos", description: "Selección variada de tapas caseras: jamón ibérico, patatas a lo pobre, croquetas, berenjenas con miel y mucho más.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Carnes Selectas", description: "Carne de excelente calidad a la parrilla, chuletas jugosas y carnes marinadas con nuestras recetas secretas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg" }
|
||||
title: "Carnes Selectas", description: "Carne de excelente calidad a la parrilla, chuletas jugosas y carnes marinadas con nuestras recetas secretas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Postres Irresistibles", description: "Finales dulces como la crema catalana, tiramisú casero, fruta fresca y repostería artesanal.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg" }
|
||||
title: "Postres Irresistibles", description: "Finales dulces como la crema catalana, tiramisú casero, fruta fresca y repostería artesanal.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=3"
|
||||
imageAlt="Vista interior de La Cantonada del Foix"
|
||||
logoText="La Cantonada del Foix"
|
||||
copyrightText="© 2024 La Cantonada del Foix | Cubelles, Barcelona"
|
||||
|
||||
Reference in New Issue
Block a user