Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 14:43:59 +00:00

View File

@@ -32,17 +32,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="KFC Venezuela"
/>
@@ -51,41 +45,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="KFC Venezuela: Sabor Irresistible"
description="El pollo frito más icónico del mundo ahora más cerca de ti. Experimenta el sabor original en cada bocado."
buttons={[
{
text: "Ver Menú",
href: "#products",
},
text: "Ver Menú", href: "#products"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fast-food-still-life_23-2149281344.jpg",
imageAlt: "KFC Bucket",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fast-food-still-life_23-2149281344.jpg", imageAlt: "KFC Bucket"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken_74190-4078.jpg",
imageAlt: "Crispy Chicken",
},
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken_74190-4078.jpg", imageAlt: "Crispy Chicken"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-covered-with-various-food_23-2147954263.jpg",
imageAlt: "Family Meal",
},
imageSrc: "http://img.b2bpic.net/free-photo/wooden-table-covered-with-various-food_23-2147954263.jpg", imageAlt: "Family Meal"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg",
imageAlt: "Chicken Sandwich",
},
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-chicken-burger-tomatoes-cheese-lettuce_2829-16300.jpg", imageAlt: "Chicken Sandwich"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-special-sauce-herbs_23-2148701486.jpg",
imageAlt: "Fries and Wings",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-special-sauce-herbs_23-2148701486.jpg", imageAlt: "Fries and Wings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg",
imageAlt: "Zinger Burger",
},
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-mayonnaise-sauce-it_188544-15976.jpg", imageAlt: "Zinger Burger"},
]}
mediaAnimation="blur-reveal"
/>
@@ -109,47 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Bucket KFC",
price: "$15.99",
variant: "Original",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-light-blue-wall-remote-movie-film-cinema-theater_140725-71769.jpg",
},
id: "p1", name: "Bucket KFC", price: "$15.99", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-light-blue-wall-remote-movie-film-cinema-theater_140725-71769.jpg"},
{
id: "p2",
name: "Zinger Burger",
price: "$6.50",
variant: "Picante",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-tomatoes-lettuce-cheese-served-with-french-fries_141793-1134.jpg",
},
id: "p2", name: "Zinger Burger", price: "$6.50", variant: "Picante", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-tomatoes-lettuce-cheese-served-with-french-fries_141793-1134.jpg"},
{
id: "p3",
name: "Papas Fritas",
price: "$2.50",
variant: "Familiares",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-sauces-dark-space_140725-95380.jpg",
},
id: "p3", name: "Papas Fritas", price: "$2.50", variant: "Familiares", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-french-fries-with-sauces-dark-space_140725-95380.jpg"},
{
id: "p4",
name: "Alitas KFC",
price: "$7.00",
variant: "BBQ",
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29081.jpg",
},
id: "p4", name: "Alitas KFC", price: "$7.00", variant: "BBQ", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29081.jpg"},
{
id: "p5",
name: "Complemento",
price: "$3.00",
variant: "Ensalada",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-surface-with-delicious-salad_23-2147609635.jpg",
},
id: "p5", name: "Complemento", price: "$3.00", variant: "Ensalada", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-surface-with-delicious-salad_23-2147609635.jpg"},
{
id: "p6",
name: "Combo Box",
price: "$9.00",
variant: "Completo",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-empty-delivery-food-package-light-pink-wall-uniform-delivery-service-company-worker_140725-41909.jpg",
},
id: "p6", name: "Combo Box", price: "$9.00", variant: "Completo", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-red-uniform-cape-holding-empty-delivery-food-package-light-pink-wall-uniform-delivery-service-company-worker_140725-41909.jpg"},
]}
title="Nuestros Favoritos"
description="Explora nuestra selección de productos frescos y crujientes."
@@ -163,26 +112,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "100+",
title: "Tiendas",
description: "En toda Venezuela",
imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297296.jpg",
},
id: "m1", value: "100+", title: "Tiendas", description: "En toda Venezuela", imageSrc: "http://img.b2bpic.net/free-photo/person-traveling-trought-city_23-2149297296.jpg"},
{
id: "m2",
value: "70+",
title: "Años",
description: "Llevando sabor",
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151447976.jpg",
},
id: "m2", value: "70+", title: "Años", description: "Llevando sabor", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151447976.jpg"},
{
id: "m3",
value: "1M+",
title: "Clientes",
description: "Felices cada año",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg",
},
id: "m3", value: "1M+", title: "Clientes", description: "Felices cada año", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg"},
]}
title="Calidad Global"
description="Números que demuestran por qué somos líderes."
@@ -191,44 +125,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Maria Rodriguez",
handle: "@maria_foodie",
testimonial: "El sabor es increíble, siempre crujiente y caliente.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269609.jpg",
},
id: "t1", name: "Maria Rodriguez", handle: "@maria_foodie", testimonial: "El sabor es increíble, siempre crujiente y caliente.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269609.jpg"},
{
id: "t2",
name: "Carlos Gomez",
handle: "@carlos_g",
testimonial: "Mi lugar favorito para compartir en familia los fines de semana.",
imageSrc: "http://img.b2bpic.net/free-photo/view-luffing-woman-city-looking-away_197531-33109.jpg",
},
id: "t2", name: "Carlos Gomez", handle: "@carlos_g", testimonial: "Mi lugar favorito para compartir en familia los fines de semana.", imageSrc: "http://img.b2bpic.net/free-photo/view-luffing-woman-city-looking-away_197531-33109.jpg"},
{
id: "t3",
name: "Ana Perez",
handle: "@ana_p",
testimonial: "La calidad de siempre, el mejor pollo del país sin duda.",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
},
id: "t3", name: "Ana Perez", handle: "@ana_p", testimonial: "La calidad de siempre, el mejor pollo del país sin duda.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg"},
{
id: "t4",
name: "Luis Martinez",
handle: "@luis_mtz",
testimonial: "Atención rápida y productos frescos, siempre vuelvo.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-white-hair-beard-smiling_1139-1102.jpg",
},
id: "t4", name: "Luis Martinez", handle: "@luis_mtz", testimonial: "Atención rápida y productos frescos, siempre vuelvo.", imageSrc: "http://img.b2bpic.net/free-photo/mature-man-with-white-hair-beard-smiling_1139-1102.jpg"},
{
id: "t5",
name: "Elena Castro",
handle: "@elena_c",
testimonial: "El Zinger Burger es mi debilidad, simplemente delicioso.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-hamburger_1385-683.jpg",
},
id: "t5", name: "Elena Castro", handle: "@elena_c", testimonial: "El Zinger Burger es mi debilidad, simplemente delicioso.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-hamburger_1385-683.jpg"},
]}
title="Lo que dicen los fans"
description="Historias reales de nuestros clientes en todo el país."
@@ -240,14 +150,7 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={true}
names={[
"DeliveryYa",
"Pepsi Venezuela",
"Alimentos Polar",
"Mastercard",
"Visa",
"Banesco",
"Mercantil",
]}
"DeliveryYa", "Pepsi Venezuela", "Alimentos Polar", "Mastercard", "Visa", "Banesco", "Mercantil"]}
title="Alianzas Estratégicas"
description="Trabajamos con los mejores para brindarte excelencia."
/>
@@ -259,20 +162,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "¿Tienen servicio de entrega?",
content: "Sí, contamos con alianzas para llevar el sabor de KFC hasta tu puerta.",
},
id: "f1", title: "¿Tienen servicio de entrega?", content: "Sí, contamos con alianzas para llevar el sabor de KFC hasta tu puerta."},
{
id: "f2",
title: "¿Cuáles son los métodos de pago?",
content: "Aceptamos efectivo, pago móvil, débito y tarjetas de crédito internacionales.",
},
id: "f2", title: "¿Cuáles son los métodos de pago?", content: "Aceptamos efectivo, pago móvil, débito y tarjetas de crédito internacionales."},
{
id: "f3",
title: "¿Tienen opciones vegetarianas?",
content: "Por el momento, nos especializamos en pollo frito, pero nuestros complementos son deliciosos.",
},
id: "f3", title: "¿Tienen opciones vegetarianas?", content: "Por el momento, nos especializamos en pollo frito, pero nuestros complementos son deliciosos."},
]}
title="Preguntas Frecuentes"
description="¿Tienes dudas? Estamos aquí para responderte."
@@ -284,8 +178,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contacto"
title="Mantente Informado"
description="Suscríbete a nuestro newsletter para recibir ofertas y promociones exclusivas."
@@ -299,29 +192,19 @@ export default function LandingPage() {
logoText="KFC Venezuela"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre KFC",
href: "#about",
},
label: "Sobre KFC", href: "#about"},
{
label: "Carreras",
href: "#",
},
label: "Carreras", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacidad",
href: "#",
},
label: "Privacidad", href: "#"},
{
label: "Términos",
href: "#",
},
label: "Términos", href: "#"},
],
},
]}