Update src/app/page.tsx

This commit is contained in:
2026-03-16 18:30:11 +00:00
parent 3fc4009cce
commit b40030bb03

View File

@@ -73,28 +73,28 @@ export default function HomePage() {
handle: "@cliente",
testimonial: "Excelente comida y ambiente. El cachopo espectacular.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=1",
},
{
name: "Carlos López",
handle: "@foodie",
testimonial: "Una sidrería auténtica en Avilés. Imprescindible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=1",
},
{
name: "Elena Fernández",
handle: "@gastroilover",
testimonial: "Mejor sidra y carne a la parrilla que he probado.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-white-shirt-looking-front-with-smile-face-showing-thumbs-up-standing-green-wall_141793-71581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-white-shirt-looking-front-with-smile-face-showing-thumbs-up-standing-green-wall_141793-71581.jpg?_wi=1",
},
{
name: "David Moreno",
handle: "@family_dining",
testimonial: "Perfecto para celebraciones en familia. ¡Volvemos pronto!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186129.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186129.jpg?_wi=1",
},
]}
useInvertedBackground={false}
@@ -142,7 +142,7 @@ export default function HomePage() {
price: "18,50€",
rating: 5,
reviewCount: "245",
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-dish-covered-with-melted-cheese-served-with-prawns-mussel_140725-1667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-dish-covered-with-melted-cheese-served-with-prawns-mussel_140725-1667.jpg?_wi=1",
imageAlt: "Cachopo asturiano",
},
{
@@ -152,7 +152,7 @@ export default function HomePage() {
price: "22,00€",
rating: 5,
reviewCount: "198",
imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-piece-steak-with-potatoes-home-glass-wine_140725-9805.jpg?_wi=1",
imageAlt: "Entrecot a la parrilla",
},
{
@@ -162,7 +162,7 @@ export default function HomePage() {
price: "16,00€",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-assortment-delicious-deli-meats-platter_140725-12082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-assortment-delicious-deli-meats-platter_140725-12082.jpg?_wi=1",
imageAlt: "Tabla de embutidos",
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
price: "8,50€",
rating: 5,
reviewCount: "289",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-meal-composition_23-2149089671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-meal-composition_23-2149089671.jpg?_wi=1",
imageAlt: "Croquetas caseras",
},
]}
@@ -225,7 +225,7 @@ export default function HomePage() {
quote: "Excelente comida y ambiente. El cachopo espectacular. Volvemos cada mes.",
name: "María García",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=2",
},
{
id: "2",
@@ -233,7 +233,7 @@ export default function HomePage() {
quote: "Una sidrería auténtica en Avilés. Imprescindible si visitas la ciudad.",
name: "Carlos López",
role: "Viajero",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=2",
},
{
id: "3",
@@ -241,7 +241,7 @@ export default function HomePage() {
quote: "Mejor sidra y carne a la parrilla que he probado. El ambiente familiar es inmejorable.",
name: "Elena Fernández",
role: "Amante de la gastronomía",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-white-shirt-looking-front-with-smile-face-showing-thumbs-up-standing-green-wall_141793-71581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-white-shirt-looking-front-with-smile-face-showing-thumbs-up-standing-green-wall_141793-71581.jpg?_wi=2",
},
{
id: "4",
@@ -249,7 +249,7 @@ export default function HomePage() {
quote: "Perfecto para celebraciones en familia. El servicio atento y la comida deliciosa.",
name: "David Moreno",
role: "Cliente habitual",
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186129.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186129.jpg?_wi=2",
},
{
id: "5",
@@ -257,7 +257,7 @@ export default function HomePage() {
quote: "Un lugar especial donde se respeta la tradición y la calidad. Altamente recomendado.",
name: "Sofía Ruiz",
role: "Crítica gastronómica",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg?_wi=3",
},
{
id: "6",
@@ -265,7 +265,7 @@ export default function HomePage() {
quote: "Volvemos siempre. La carne es de primera categoría y la sidra del paraíso.",
name: "Juan Pérez",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=3",
},
]}
textboxLayout="default"
@@ -292,7 +292,7 @@ export default function HomePage() {
category: "Restaurante",
title: "Ambiente Acogedor",
excerpt: "Descubre nuestro interior cálido y acogedor, perfecto para una velada gastronómica.",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-pancakes-strawberry-jam_140725-9339.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-pancakes-strawberry-jam_140725-9339.jpg?_wi=1",
imageAlt: "Interior restaurante",
authorName: "Sidrería La Ruta",
authorAvatar: "http://img.b2bpic.net/free-photo/excited-cheerful-blond-girl-rejoicing-camera-with-copy-space-text-promotional-content-near-yellow-background_574295-2365.jpg",
@@ -303,7 +303,7 @@ export default function HomePage() {
category: "Platos",
title: "Nuestras Especialidades",
excerpt: "Los platos más demandados que hacen única nuestra cocina asturiana.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-saj-kebap-with-lamb-ribs-potatoes-colorful-bell-peppers-eggplants-wooden-board-table_140725-12835.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-saj-kebap-with-lamb-ribs-potatoes-colorful-bell-peppers-eggplants-wooden-board-table_140725-12835.jpg?_wi=1",
imageAlt: "Platos especiales",
authorName: "Sidrería La Ruta",
authorAvatar: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
@@ -314,7 +314,7 @@ export default function HomePage() {
category: "Ambiente",
title: "Momentos Especiales",
excerpt: "Celebraciones y reuniones familiares en un ambiente único.",
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082316.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082316.jpg?_wi=1",
imageAlt: "Clientes disfrutando",
authorName: "Sidrería La Ruta",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-woman-white-shirt-looking-front-with-smile-face-showing-thumbs-up-standing-green-wall_141793-71581.jpg",
@@ -325,7 +325,7 @@ export default function HomePage() {
category: "Eventos",
title: "Eventos y Celebraciones",
excerpt: "Tu espacio perfecto para bodas, cumpleaños y eventos corporativos.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-people-celebrating-toasting-with-champagne-office-party_637285-9581.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-people-celebrating-toasting-with-champagne-office-party_637285-9581.jpg?_wi=1",
imageAlt: "Evento en restaurante",
authorName: "Sidrería La Ruta",
authorAvatar: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186129.jpg",
@@ -358,7 +358,7 @@ export default function HomePage() {
description="Encuentra respuestas a tus preguntas sobre Sidrería La Ruta"
tag="Más información"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-indoor-space-ready-comfortable-activities_23-2149864772.jpg?_wi=1"
imageAlt="Barra de sidrería"
mediaAnimation="slide-up"
mediaPosition="right"