Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-02 14:49:34 +00:00

View File

@@ -28,123 +28,45 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Nosotros",
id: "about",
},
{
name: "Menú",
id: "menu",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Nosotros", id: "about" },
{ name: "Menú", id: "menu" },
{ name: "Contacto", id: "contact" },
]}
brandName="Churrasquería La Frontera 4C"
button={{ text: "Reservar", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="La Auténtica Experiencia del Asado"
description="Churrasquería La Frontera 4C. Cortes seleccionados, tradición y el sabor inconfundible de la brasa en cada bocado."
testimonials={[
{
name: "Carlos M.",
handle: "@carlosm",
testimonial: "La mejor carne que he probado en años. Atención de primera.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000257.jpg",
},
{
name: "Lucía P.",
handle: "@luciap",
testimonial: "Un lugar increíble para celebrar. La calidad es insuperable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-eating_23-2147680641.jpg",
},
{
name: "Jorge R.",
handle: "@jorger",
testimonial: "El sabor de la parrilla es único. Muy recomendado.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132622.jpg",
},
{
name: "Ana G.",
handle: "@anag",
testimonial: "Excelente ambiente y cortes muy jugosos. Volveremos.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-attending-barbecue-outdoors_23-2148733575.jpg",
},
{
name: "Felipe B.",
handle: "@felipeb",
testimonial: "Experiencia auténtica. Servicio impecable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mother-looking-daughter-sitting-table_23-2147810908.jpg",
},
]}
buttons={[
{
text: "Ver Menú",
href: "#menu",
},
{ name: "Carlos M.", handle: "@carlosm", testimonial: "La mejor carne que he probado en años. Atención de primera.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000257.jpg" },
{ name: "Lucía P.", handle: "@luciap", testimonial: "Un lugar increíble para celebrar. La calidad es insuperable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-eating_23-2147680641.jpg" },
{ name: "Jorge R.", handle: "@jorger", testimonial: "El sabor de la parrilla es único. Muy recomendado.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132622.jpg" },
{ name: "Ana G.", handle: "@anag", testimonial: "Excelente ambiente y cortes muy jugosos. Volveremos.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-attending-barbecue-outdoors_23-2148733575.jpg" },
{ name: "Felipe B.", handle: "@felipeb", testimonial: "Experiencia auténtica. Servicio impecable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mother-looking-daughter-sitting-table_23-2147810908.jpg" }
]}
buttons={[{ text: "Ver Menú", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-meat-plate-with-cutlery_23-2148425621.jpg"
imageAlt="Experiencia premium en La Frontera 4C"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000257.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/top-view-friends-eating_23-2147680641.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132622.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-attending-barbecue-outdoors_23-2148733575.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/mother-looking-daughter-sitting-table_23-2147810908.jpg",
alt: "Cliente 5",
},
{ src: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000257.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/top-view-friends-eating_23-2147680641.jpg", alt: "Cliente 2" },
{ src: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132622.jpg", alt: "Cliente 3" },
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-attending-barbecue-outdoors_23-2148733575.jpg", alt: "Cliente 4" },
{ src: "http://img.b2bpic.net/free-photo/mother-looking-daughter-sitting-table_23-2147810908.jpg", alt: "Cliente 5" }
]}
avatarText="Más de 500+ clientes satisfechos"
marqueeItems={[
{
type: "text",
text: "Cortes Premium",
},
{
type: "text",
text: "Tradición Argentina",
},
{
type: "text",
text: "Ambiente Familiar",
},
{
type: "text",
text: "Bodega Selecta",
},
{
type: "text",
text: "Calidad Garantizada",
},
{ type: "text", text: "Cortes Premium" },
{ type: "text", text: "Tradición Argentina" },
{ type: "text", text: "Ambiente Familiar" },
{ type: "text", text: "Bodega Selecta" },
{ type: "text", text: "Calidad Garantizada" }
]}
/>
</div>
@@ -155,18 +77,9 @@ export default function LandingPage() {
title="Nuestra Tradición"
description="Desde nuestra fundación, en La Frontera 4C nos dedicamos a honrar el arte de la parrilla. Seleccionamos los mejores cortes para garantizar una experiencia culinaria inolvidable."
metrics={[
{
value: "15+",
title: "Años de experiencia",
},
{
value: "50+",
title: "Cortes exclusivos",
},
{
value: "100%",
title: "Sabor auténtico",
},
{ value: "15+", title: "Años de experiencia" },
{ value: "50+", title: "Cortes exclusivos" },
{ value: "100%", title: "Sabor auténtico" }
]}
imageSrc="http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_23-2149684443.jpg"
mediaAnimation="blur-reveal"
@@ -181,42 +94,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Bife de Chorizo",
price: "$35.00",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-vegetables-with-sauce_140725-2767.jpg",
},
{
id: "2",
name: "Costillar Asado",
price: "$42.00",
imageSrc: "http://img.b2bpic.net/free-photo/salami-sausage-platter-with-wide-selection-charcuterie-foods-vegetables_114579-1485.jpg",
},
{
id: "3",
name: "Chorizo Criollo",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8282.jpg",
},
{
id: "4",
name: "Ensalada del Huerto",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-baked-vegetables_23-2148917757.jpg",
},
{
id: "5",
name: "Malbec Selección",
price: "$25.00",
imageSrc: "http://img.b2bpic.net/free-photo/three-pieces-lula-kebab-garnished-with-cooked-cherries_140725-10773.jpg",
},
{
id: "6",
name: "Flan Casero",
price: "$9.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-cake-with-spoon_23-2148028538.jpg",
},
{ id: "1", name: "Bife de Chorizo", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-vegetables-with-sauce_140725-2767.jpg" },
{ id: "2", name: "Costillar Asado", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/salami-sausage-platter-with-wide-selection-charcuterie-foods-vegetables_114579-1485.jpg" },
{ id: "3", name: "Chorizo Criollo", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-brazillian-style_1339-8282.jpg" },
{ id: "4", name: "Ensalada del Huerto", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-baked-vegetables_23-2148917757.jpg" },
{ id: "5", name: "Malbec Selección", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/three-pieces-lula-kebab-garnished-with-cooked-cherries_140725-10773.jpg" },
{ id: "6", name: "Flan Casero", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-eating-cake-with-spoon_23-2148028538.jpg" }
]}
title="Nuestra Selección"
description="Descubre nuestros cortes más emblemáticos preparados al punto exacto."
@@ -229,15 +112,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
members={[]}
title="Nuestro Equipo"
description="Los maestros parrilleros detrás de cada plato."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "rotated-rays-static",
}}
background={{ variant: "rotated-rays-static" }}
tag="Reservas"
title="Reserva tu mesa hoy mismo"
description="Déjanos tu correo y nuestro equipo de reservas se pondrá en contacto contigo para asegurar tu lugar en La Frontera 4C."
@@ -248,53 +132,9 @@ export default function LandingPage() {
<FooterBaseCard
logoText="La Frontera 4C"
columns={[
{
title: "Menú",
items: [
{
label: "Cortes",
href: "#menu",
},
{
label: "Bebidas",
href: "#menu",
},
{
label: "Postres",
href: "#menu",
},
],
},
{
title: "Contacto",
items: [
{
label: "Reservas",
href: "#contact",
},
{
label: "Ubicación",
href: "#",
},
{
label: "Instagram",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidad",
href: "#",
},
{
label: "Términos",
href: "#",
},
],
},
{ title: "Menú", items: [{ label: "Cortes", href: "#menu" }, { label: "Bebidas", href: "#menu" }, { label: "Postres", href: "#menu" }] },
{ title: "Contacto", items: [{ label: "Reservas", href: "#contact" }, { label: "Ubicación", href: "#" }, { label: "Instagram", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] }
]}
/>
</div>