Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 01:28:13 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Inicio",
id: "hero",
},
name: "Inicio", id: "hero"},
{
name: "Experiencia",
id: "about",
},
name: "Experiencia", id: "about"},
{
name: "Menú",
id: "menu",
},
name: "Menú", id: "menu"},
{
name: "Reseñas",
id: "testimonials",
},
name: "Reseñas", id: "testimonials"},
{
name: "Contacto",
id: "contact",
},
name: "Contacto", id: "contact"},
]}
brandName="Latinos Restaurante"
/>
@@ -63,37 +53,23 @@ export default function LandingPage() {
tag="Cartagena • Sabor que enamora"
buttons={[
{
text: "Reservar Mesa",
href: "#contact",
},
text: "Reservar Mesa", href: "#contact"},
{
text: "Ver Menú",
href: "#menu",
},
text: "Ver Menú", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-exotic-cocktail-embossed-glass-wooden-stand-green-wall_140725-12805.jpg"
imageAlt="Latinos Restaurante Interior"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg",
alt: "Woman arranging the dishware",
},
src: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg", alt: "Woman arranging the dishware"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
alt: "Young woman arranging the table",
},
src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", alt: "Young woman arranging the table"},
{
src: "http://img.b2bpic.net/free-photo/tea-time_1361-171.jpg",
alt: "Tea time setup",
},
src: "http://img.b2bpic.net/free-photo/tea-time_1361-171.jpg", alt: "Tea time setup"},
{
src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg",
alt: "Restaurant with leather sofa",
},
src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", alt: "Restaurant with leather sofa"},
{
src: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg",
alt: "Blurred city lights ambient",
},
src: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg", alt: "Blurred city lights ambient"},
]}
avatarText="Únete a nuestra comunidad de amantes de la buena mesa"
/>
@@ -104,22 +80,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Cocina con ",
},
type: "text", content: "Cocina con "},
{
type: "text",
content: "corazón",
},
type: "text", content: "corazón"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/steamed-bao-bun-with-braised-pork-belly-fresh-asian-slaw_84443-85877.jpg",
alt: "Plate",
},
type: "image", src: "http://img.b2bpic.net/free-photo/steamed-bao-bun-with-braised-pork-belly-fresh-asian-slaw_84443-85877.jpg", alt: "Plate"},
{
type: "text",
content: " en cada plato.",
},
type: "text", content: " en cada plato."},
]}
/>
</div>
@@ -132,20 +99,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Mariscos Legendarios",
description: "Sabores intensos, frescura notable y sazón celebrada por clientes.",
imageSrc: "http://img.b2bpic.net/free-photo/oyster_74190-5824.jpg",
},
title: "Mariscos Legendarios", description: "Sabores intensos, frescura notable y sazón celebrada por clientes.", imageSrc: "http://img.b2bpic.net/free-photo/oyster_74190-5824.jpg"},
{
title: "Servicio de Casa",
description: "Atención cercana, amable y pendiente de cada detalle.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg",
},
title: "Servicio de Casa", description: "Atención cercana, amable y pendiente de cada detalle.", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg"},
{
title: "Precios Inteligentes",
description: "Calidad alta con precios cómodos y honestos.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-assortment-top-view_23-2148516995.jpg",
},
title: "Precios Inteligentes", description: "Calidad alta con precios cómodos y honestos.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-assortment-top-view_23-2148516995.jpg"},
]}
title="Nuestra Esencia"
description="Lo que nos hace un referente en la ciudad."
@@ -154,64 +112,29 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Especialidad",
name: "Pescado Caribe",
price: "$35",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-raw-fishes-pepper-fresh-foods-white-plate-gray-ice-surface_179666-34321.jpg",
},
id: "1", brand: "Especialidad", name: "Pescado Caribe", price: "$35", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-raw-fishes-pepper-fresh-foods-white-plate-gray-ice-surface_179666-34321.jpg"},
{
id: "2",
brand: "Parrilla",
name: "Costillas BBQ",
price: "$28",
rating: 4,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-steaks-with-potatoes-vegetable-salad-sauce_141793-4089.jpg",
},
id: "2", brand: "Parrilla", name: "Costillas BBQ", price: "$28", rating: 4,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-steaks-with-potatoes-vegetable-salad-sauce_141793-4089.jpg"},
{
id: "3",
brand: "Fusión",
name: "Sushi Fusión",
price: "$22",
rating: 5,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chinese-salad-with-chopped-cabbage-bell-peppers-sea-kale-decorated-with-red-caviar-plate_141793-11093.jpg",
},
id: "3", brand: "Fusión", name: "Sushi Fusión", price: "$22", rating: 5,
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chinese-salad-with-chopped-cabbage-bell-peppers-sea-kale-decorated-with-red-caviar-plate_141793-11093.jpg"},
{
id: "4",
brand: "Bebida",
name: "Jugo de Corozo",
price: "$8",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/glass-mojito-delicious-fresh-summer-cocktail-space-text_185193-108791.jpg",
},
id: "4", brand: "Bebida", name: "Jugo de Corozo", price: "$8", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/glass-mojito-delicious-fresh-summer-cocktail-space-text_185193-108791.jpg"},
{
id: "5",
brand: "Entrada",
name: "Ceviche del Mar",
price: "$15",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-served-with-tomatoes-bread-slices-smoked-sausages-wooden-table_23-2148162067.jpg",
},
id: "5", brand: "Entrada", name: "Ceviche del Mar", price: "$15", rating: 5,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-served-with-tomatoes-bread-slices-smoked-sausages-wooden-table_23-2148162067.jpg"},
{
id: "6",
brand: "Postre",
name: "Dulce de Coco",
price: "$10",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-strawberries-cupcake-with-white-cream-colorful-sauces-candies-strawberries-bowls-cup-herbal-tea-dark-table_140725-117162.jpg",
},
id: "6", brand: "Postre", name: "Dulce de Coco", price: "$10", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cupcake-strawberries-cupcake-with-white-cream-colorful-sauces-candies-strawberries-bowls-cup-herbal-tea-dark-table_140725-117162.jpg"},
]}
title="Menú Estrella"
description="Una selección de nuestros platos más aclamados."
@@ -226,25 +149,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "4.8★",
title: "Clientes felices",
description: "Reseñas constantes de calidad",
icon: Star,
id: "1", value: "4.8★", title: "Clientes felices", description: "Reseñas constantes de calidad", icon: Star,
},
{
id: "2",
value: "+5000",
title: "Platos servidos",
description: "Cocinando con pasión diaria",
icon: Utensils,
id: "2", value: "+5000", title: "Platos servidos", description: "Cocinando con pasión diaria", icon: Utensils,
},
{
id: "3",
value: "100%",
title: "Sabor Latino",
description: "Autenticidad en cada ingrediente",
icon: Heart,
id: "3", value: "100%", title: "Sabor Latino", description: "Autenticidad en cada ingrediente", icon: Heart,
},
]}
title="Nuestra Trayectoria"
@@ -259,40 +170,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Foodie",
testimonial: "Mi lugar favorito forever.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg",
},
id: "1", name: "Sarah Johnson", role: "Foodie", testimonial: "Mi lugar favorito forever.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg"},
{
id: "2",
name: "Michael Chen",
role: "Traveler",
testimonial: "Excelente atención y comida deliciosa.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-camera-young-handsome-guy-wearing-green-t-shirt-isolated-green-background_141793-135842.jpg",
},
id: "2", name: "Michael Chen", role: "Traveler", testimonial: "Excelente atención y comida deliciosa.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-looking-camera-young-handsome-guy-wearing-green-t-shirt-isolated-green-background_141793-135842.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Local",
testimonial: "Vale la pena ir, ambiente muy agradable.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-jean-shirt-smiling-looking-camera_176420-12082.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Local", testimonial: "Vale la pena ir, ambiente muy agradable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-jean-shirt-smiling-looking-camera_176420-12082.jpg"},
{
id: "4",
name: "David Kim",
role: "Client",
testimonial: "Una explosión de sabor inigualable.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
},
id: "4", name: "David Kim", role: "Client", testimonial: "Una explosión de sabor inigualable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
id: "5",
name: "Maria Garcia",
role: "Client",
testimonial: "El servicio es simplemente excepcional.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-eating-out-asian-restaurant-looking-asid_197531-22363.jpg",
},
id: "5", name: "Maria Garcia", role: "Client", testimonial: "El servicio es simplemente excepcional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-eating-out-asian-restaurant-looking-asid_197531-22363.jpg"},
]}
title="Lo que dice la mesa"
description="Opiniones de quienes ya vivieron la experiencia Latinos."
@@ -303,8 +189,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Contacto"
title="Reserva hoy"
description="Trae hambre. Nosotros ponemos la magia."
@@ -318,25 +203,17 @@ export default function LandingPage() {
{
items: [
{
label: "Inicio",
href: "#hero",
},
label: "Inicio", href: "#hero"},
{
label: "Reservas",
href: "#contact",
},
label: "Reservas", href: "#contact"},
],
},
{
items: [
{
label: "Privacidad",
href: "#",
},
label: "Privacidad", href: "#"},
{
label: "Términos",
href: "#",
},
label: "Términos", href: "#"},
],
},
]}