Merge version_1 into main #2
301
src/app/page.tsx
301
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Menú",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menú", id: "#products"},
|
||||
{
|
||||
name: "Reseñas",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reseñas", id: "#testimonials"},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Nosotros", id: "#about"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
brandName="Good Chicken"
|
||||
button={{
|
||||
text: "Pedir Ahora",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Pedir Ahora", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,69 +55,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Good Chicken: Sabor Auténtico en Vitoria-Gasteiz"
|
||||
description="Descubre el mejor pollo asado, codillo y platos caseros que deleitarán tu paladar. Calidad y tradición en cada bocado, directamente de nuestra cocina a tu mesa."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg",
|
||||
alt: "Cliente Satisfecho 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg", alt: "Cliente Satisfecho 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg",
|
||||
alt: "Cliente Satisfecho 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-confident-bearded-businessman-joyfully-looking-camera-while-talking-cellphone-restaurant-outdoor_574295-1311.jpg", alt: "Cliente Satisfecho 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg",
|
||||
alt: "Cliente Satisfecho 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", alt: "Cliente Satisfecho 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg",
|
||||
alt: "Cliente Satisfecho 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-young-happy-couple-having-dinner-talking-each-other-dining-room_637285-3598.jpg", alt: "Cliente Satisfecho 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-waffles-with-whipped-cream-fruits_329181-2951.jpg",
|
||||
alt: "Cliente Satisfecho 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-waffles-with-whipped-cream-fruits_329181-2951.jpg", alt: "Cliente Satisfecho 5"},
|
||||
]}
|
||||
avatarText="Más de 40 clientes satisfechos nos avalan"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Menú",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Menú", href: "#products"},
|
||||
{
|
||||
text: "Hacer un Pedido",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Hacer un Pedido", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Pollo Fresco",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Pollo Fresco", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Calidad Suprema",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Calidad Suprema", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sabor Tradicional",
|
||||
icon: CookingPot,
|
||||
type: "text-icon", text: "Sabor Tradicional", icon: CookingPot,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Recetas Caseras",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Recetas Caseras", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Entrega Rápida",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Entrega Rápida", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -153,23 +114,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Pollo Asado Casero",
|
||||
description: "Nuestro clásico pollo asado, marinado a la perfección y cocinado lentamente para una piel crujiente y una carne jugosa. ¡El favorito de todos!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-orlean-chicken-wing_1339-2403.jpg",
|
||||
imageAlt: "Pollo asado entero",
|
||||
},
|
||||
title: "Pollo Asado Casero", description: "Nuestro clásico pollo asado, marinado a la perfección y cocinado lentamente para una piel crujiente y una carne jugosa. ¡El favorito de todos!", imageSrc: "http://img.b2bpic.net/free-photo/new-orlean-chicken-wing_1339-2403.jpg", imageAlt: "Pollo asado entero"},
|
||||
{
|
||||
title: "Codillo Asado al Horno",
|
||||
description: "Un manjar tierno y sabroso, nuestro codillo se deshace en la boca. Acompañado de patatas y su jugo, es una delicia que no puedes perderte.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkey-from-oven-thanksgiving_23-2147714745.jpg",
|
||||
imageAlt: "Codillo asado con patatas",
|
||||
},
|
||||
title: "Codillo Asado al Horno", description: "Un manjar tierno y sabroso, nuestro codillo se deshace en la boca. Acompañado de patatas y su jugo, es una delicia que no puedes perderte.", imageSrc: "http://img.b2bpic.net/free-photo/turkey-from-oven-thanksgiving_23-2147714745.jpg", imageAlt: "Codillo asado con patatas"},
|
||||
{
|
||||
title: "Tallarines y Arroz Especial",
|
||||
description: "Además de nuestros asados, ofrecemos deliciosos tallarines caseros y un arroz especial, con ingredientes frescos y el toque único de Good Chicken.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-fusilli-with-vegetables-green_140725-2019.jpg",
|
||||
imageAlt: "Plato de tallarines",
|
||||
},
|
||||
title: "Tallarines y Arroz Especial", description: "Además de nuestros asados, ofrecemos deliciosos tallarines caseros y un arroz especial, con ingredientes frescos y el toque único de Good Chicken.", imageSrc: "http://img.b2bpic.net/free-photo/boiled-fusilli-with-vegetables-green_140725-2019.jpg", imageAlt: "Plato de tallarines"},
|
||||
]}
|
||||
title="Nuestros Platos Estrella"
|
||||
description="Explora la variedad de delicias que ofrecemos, preparadas con esmero para satisfacer todos los gustos y garantizar una experiencia culinaria inolvidable."
|
||||
@@ -184,47 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pollo Asado Entero",
|
||||
price: "€12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-turkey-salad-dressing_23-2148314857.jpg",
|
||||
imageAlt: "Pollo asado",
|
||||
},
|
||||
id: "1", name: "Pollo Asado Entero", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-turkey-salad-dressing_23-2148314857.jpg", imageAlt: "Pollo asado"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Codillo Asado",
|
||||
price: "€14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-greens-served-with-glass-wine_140725-8547.jpg",
|
||||
imageAlt: "Codillo asado",
|
||||
},
|
||||
id: "2", name: "Codillo Asado", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-potatoes-greens-served-with-glass-wine_140725-8547.jpg", imageAlt: "Codillo asado"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tallarines Caseros",
|
||||
price: "€8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-minced-beef-tomato-mint-cheese_140725-6807.jpg",
|
||||
imageAlt: "Tallarines",
|
||||
},
|
||||
id: "3", name: "Tallarines Caseros", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-minced-beef-tomato-mint-cheese_140725-6807.jpg", imageAlt: "Tallarines"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arroz Especial del Día",
|
||||
price: "€9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkish-side-dishes-platter-turkish-raki_140725-2673.jpg",
|
||||
imageAlt: "Arroz",
|
||||
},
|
||||
id: "4", name: "Arroz Especial del Día", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkish-side-dishes-platter-turkish-raki_140725-2673.jpg", imageAlt: "Arroz"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pollo Crujiente (Estilo KFC)",
|
||||
price: "€10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-tasty-meat-fry-pan-with-onion-wooden-table_23-2148206953.jpg",
|
||||
imageAlt: "Pollo estilo KFC",
|
||||
},
|
||||
id: "5", name: "Pollo Crujiente (Estilo KFC)", price: "€10.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-tasty-meat-fry-pan-with-onion-wooden-table_23-2148206953.jpg", imageAlt: "Pollo estilo KFC"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Patatas Fritas Grandes",
|
||||
price: "€3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-human-hand-fly_176474-2697.jpg",
|
||||
imageAlt: "Patatas fritas",
|
||||
},
|
||||
id: "6", name: "Patatas Fritas Grandes", price: "€3.50", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-human-hand-fly_176474-2697.jpg", imageAlt: "Patatas fritas"},
|
||||
]}
|
||||
title="Descubre Nuestro Delicioso Menú"
|
||||
description="Desde los clásicos hasta nuestras especialidades, cada plato está preparado con los ingredientes más frescos y el toque de sabor de Good Chicken. ¡Elige tu favorito!"
|
||||
@@ -238,64 +157,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rafael Gago",
|
||||
role: "Cliente Leal",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg",
|
||||
imageAlt: "Rafael Gago",
|
||||
},
|
||||
id: "1", name: "Rafael Gago", role: "Cliente Leal", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-cute-barista-girl-pouring-filter-coffee-making-order-cafe-client_1258-203375.jpg", imageAlt: "Rafael Gago"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Erik Bakker",
|
||||
role: "Visitante Habitual",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-green-t-shirt-with-potato-cips-smiling-white-wall-film-person-male-lonely-movie-cinema_140725-71409.jpg",
|
||||
imageAlt: "Erik Bakker",
|
||||
},
|
||||
id: "2", name: "Erik Bakker", role: "Visitante Habitual", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-green-t-shirt-with-potato-cips-smiling-white-wall-film-person-male-lonely-movie-cinema_140725-71409.jpg", imageAlt: "Erik Bakker"},
|
||||
{
|
||||
id: "3",
|
||||
name: "M G",
|
||||
role: "Comensal Satisfecho",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
imageAlt: "M G",
|
||||
},
|
||||
id: "3", name: "M G", role: "Comensal Satisfecho", company: "Local Guide", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", imageAlt: "M G"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana Rodríguez",
|
||||
role: "Fan del Sabor",
|
||||
company: "Cliente Feliz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cook-putting-spinach-plate-with-salad_23-2148040247.jpg",
|
||||
imageAlt: "Ana Rodríguez",
|
||||
},
|
||||
id: "4", name: "Ana Rodríguez", role: "Fan del Sabor", company: "Cliente Feliz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cook-putting-spinach-plate-with-salad_23-2148040247.jpg", imageAlt: "Ana Rodríguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Javier Pérez",
|
||||
role: "Amante de la Pollería",
|
||||
company: "Cliente Frecuente",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg",
|
||||
imageAlt: "Javier Pérez",
|
||||
},
|
||||
id: "5", name: "Javier Pérez", role: "Amante de la Pollería", company: "Cliente Frecuente", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-food_23-2149303536.jpg", imageAlt: "Javier Pérez"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7",
|
||||
label: "Estrellas en Google",
|
||||
},
|
||||
value: "4.7", label: "Estrellas en Google"},
|
||||
{
|
||||
value: "40+",
|
||||
label: "Reseñas Positivas",
|
||||
},
|
||||
value: "40+", label: "Reseñas Positivas"},
|
||||
{
|
||||
value: "Desde 2015",
|
||||
label: "Sirviendo Calidad",
|
||||
},
|
||||
value: "Desde 2015", label: "Sirviendo Calidad"},
|
||||
]}
|
||||
title="Lo que Dicen Nuestros Clientes"
|
||||
description="La satisfacción de nuestros comensales es nuestra mayor recompensa. Nos enorgullece recibir reseñas tan positivas que nos impulsan a seguir ofreciendo lo mejor."
|
||||
@@ -307,14 +190,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Proveedores Locales",
|
||||
"Distribuidores de Calidad",
|
||||
"Plataformas de Delivery",
|
||||
"Eventos Gastronómicos",
|
||||
"Asociaciones Culinarias",
|
||||
"Blogs de Comida",
|
||||
"Medios Locales",
|
||||
]}
|
||||
"Proveedores Locales", "Distribuidores de Calidad", "Plataformas de Delivery", "Eventos Gastronómicos", "Asociaciones Culinarias", "Blogs de Comida", "Medios Locales"]}
|
||||
title="Colaboramos con los Mejores"
|
||||
description="Nuestra dedicación a la calidad se extiende a nuestros socios y proveedores. Trabajamos solo con empresas que comparten nuestra visión de excelencia."
|
||||
/>
|
||||
@@ -326,20 +202,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cuáles son los horarios de apertura?",
|
||||
content: "Estamos abiertos de 12:00 a 16:00 y de 19:00 a 22:30 de martes a domingo. Lunes cerrado.",
|
||||
},
|
||||
id: "1", title: "¿Cuáles son los horarios de apertura?", content: "Estamos abiertos de 12:00 a 16:00 y de 19:00 a 22:30 de martes a domingo. Lunes cerrado."},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Ofrecen servicio a domicilio?",
|
||||
content: "Sí, ofrecemos servicio a domicilio a través de plataformas de terceros. También puedes recoger tu pedido en nuestro local.",
|
||||
},
|
||||
id: "2", title: "¿Ofrecen servicio a domicilio?", content: "Sí, ofrecemos servicio a domicilio a través de plataformas de terceros. También puedes recoger tu pedido en nuestro local."},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Hay opciones vegetarianas o veganas en el menú?",
|
||||
content: "Aunque somos una pollería, siempre estamos explorando nuevas opciones. Por favor, consulta a nuestro personal para conocer las opciones disponibles.",
|
||||
},
|
||||
id: "3", title: "¿Hay opciones vegetarianas o veganas en el menú?", content: "Aunque somos una pollería, siempre estamos explorando nuevas opciones. Por favor, consulta a nuestro personal para conocer las opciones disponibles."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/impressed-young-handsome-barber-wearing-uniform-showing-empty-hands-isolated-white_141793-77710.jpg"
|
||||
imageAlt="Chef amigable en la cocina"
|
||||
@@ -358,28 +225,17 @@ export default function LandingPage() {
|
||||
description="Estamos listos para atenderte. Encuéntranos en Serafín Ajuria Kalea, 13, en Vitoria-Gasteiz, o contáctanos directamente para cualquier consulta o pedido."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu Nombre Completo",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Tu Nombre Completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu Correo Electrónico",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Tu Correo Electrónico", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Tu Número de Teléfono",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Tu Número de Teléfono", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "¿Cómo podemos ayudarte?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "¿Cómo podemos ayudarte?", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-navigation-destination-journey-position-concept_53876-120389.jpg"
|
||||
@@ -392,72 +248,45 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-camera-recording-cooking-show-content-with-chefs-restaurant-kitchen-filming-people-making-food-recipe-dish-with-fresh-ingredients-gastronomy-cuisine-online-class_482257-46088.jpg?_wi=1"
|
||||
imageAlt="Video de la cocina de Good Chicken"
|
||||
logoText="Good Chicken"
|
||||
columns={[
|
||||
{
|
||||
title: "Menú",
|
||||
items: [
|
||||
title: "Menú", items: [
|
||||
{
|
||||
label: "Pollo Asado",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Pollo Asado", href: "#products"},
|
||||
{
|
||||
label: "Codillo",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Codillo", href: "#products"},
|
||||
{
|
||||
label: "Tallarines",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Tallarines", href: "#products"},
|
||||
{
|
||||
label: "Especialidades",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Especialidades", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{
|
||||
label: "Sobre Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Reseñas",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reseñas", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Síguenos",
|
||||
items: [
|
||||
title: "Síguenos", items: [
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://www.google.com/maps/place/Good+Chicken/@42.8466632,-2.6806953,17z/data=!3m1!4b1!4m6!3m5!1s0xd4e2954a7e9e7c3:0x8e5f2e6e3f4e2f4e!8m2!3d42.8466593!4d-2.6781204!16s%2Fg%2F11b65j80w5?entry=ttu",
|
||||
},
|
||||
label: "Google Maps", href: "https://www.google.com/maps/place/Good+Chicken/@42.8466632,-2.6806953,17z/data=!3m1!4b1!4m6!3m5!1s0xd4e2954a7e9e7c3:0x8e5f2e6e3f4e2f4e!8m2!3d42.8466593!4d-2.6781204!16s%2Fg%2F11b65j80w5?entry=ttu"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Good Chicken. Todos los derechos reservados."
|
||||
videoSrc="http://img.b2bpic.net/free-photo/professional-camera-recording-cooking-show-content-with-chefs-restaurant-kitchen-filming-people-making-food-recipe-dish-with-fresh-ingredients-gastronomy-cuisine-online-class_482257-46088.jpg?_wi=2"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/professional-camera-recording-cooking-show-content-with-chefs-restaurant-kitchen-filming-people-making-food-recipe-dish-with-fresh-ingredients-gastronomy-cuisine-online-class_482257-46088.jpg"
|
||||
videoAriaLabel="Video de la cocina de Good Chicken"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user