2 Commits

Author SHA1 Message Date
2ae3cf6eda Merge version_2 into main
Merge version_2 into main
2026-04-08 04:07:33 +00:00
813df89b67 Update src/app/page.tsx 2026-04-08 04:07:30 +00:00

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -22,73 +22,32 @@ export default function LandingPage() {
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Menú",
id: "menu",
},
{
name: "Ambiente",
id: "ambience",
},
{
name: "Ubicación",
id: "location",
},
{ name: "Inicio", id: "hero" },
{ name: "Menú", id: "menu" },
{ name: "Ambiente", id: "ambience" },
{ name: "Ubicación", id: "location" },
]}
brandName="Cheve & Grill"
brandName="Callejero 198"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Cerveza fría, comida callejera y buena música"
description="Aquí no vienes fancy, vienes a pasarla bien. Sin cover, sin complicaciones, cheve helada siempre."
title="Callejero 198: Sabor Urbano"
description="Cerveza helada, comida de la calle y el espíritu de la noche en cada rincón."
buttons={[
{
text: "Ver Menú",
href: "#menu",
},
{
text: "Cómo llegar",
href: "#location",
},
{ text: "Ver Menú", href: "#menu" },
{ text: "Cómo llegar", href: "#location" },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-burger-with-side-fries-cola_140725-2702.jpg"
imageSrc="http://img.b2bpic.net/free-photo/night-street-neon-lights-city-background_23-2148810795.jpg"
showDimOverlay={true}
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/alcoholic-long-cocktail-with-olives-glass-bar-table_627829-6460.jpg",
alt: "Cliente feliz",
},
{
src: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg",
alt: "Cliente feliz",
},
{
src: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg",
alt: "Cliente feliz",
},
{
src: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-wooden-table_123827-20488.jpg",
alt: "Cliente feliz",
},
{
src: "http://img.b2bpic.net/free-photo/close-shot-fried-chicken-wings-long-white-tray_181624-1735.jpg",
alt: "Cliente feliz",
},
]}
avatarText="Más de 500+ clientes ya nos conocen"
/>
</div>
@@ -99,58 +58,20 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Michelada de la casa",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-long-cocktail-with-olives-glass-bar-table_627829-6460.jpg",
},
{
id: "2",
name: "Tacos de suadero",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-taco-with-yellow-corn-tortilla_181624-29442.jpg",
},
{
id: "3",
name: "Cheeseburger Urbana",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-white-fried-cheese_140725-2355.jpg",
},
{
id: "4",
name: "Nachos del Barrio",
price: "$110",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-wooden-table_123827-20488.jpg",
},
{
id: "5",
name: "Alitas Buffalo",
price: "$135",
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-fried-chicken-wings-long-white-tray_181624-1735.jpg",
},
{
id: "6",
name: "Tostada de ceviche",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-seafood-with-lime-avocado_181624-59141.jpg",
},
{ id: "1", name: "Michelada Especial", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-with-lime-slice-counter_144627-25121.jpg" },
{ id: "2", name: "Burger Urbana", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-fresh-ingredients_23-2148944525.jpg" },
{ id: "3", name: "Tacos de la Calle", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/assorted-tacos-wooden-board_23-2148782782.jpg" },
{ id: "4", name: "Alitas Callejeras", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/chicken-wings-with-spicy-sauce-plate_23-2148943963.jpg" },
]}
title="Lo mero bueno"
description="Directo a la mesa, sin rodeos."
title="El Menú Callejero"
description="Noche, comida y cheve. Lo que el barrio pide."
/>
</div>
<div id="ambience" data-section="ambience">
<TextAbout
useInvertedBackground={false}
title="El ambiente que ya conoces"
buttons={[
{
text: "WhatsApp",
href: "https://wa.me/1234567890",
},
]}
title="Ambiente Nocturno. Sin Filtros."
/>
</div>
@@ -160,24 +81,12 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Números que hablan por sí solos"
description="Calidad, sabor y cheve siempre fría."
title="Estadísticas de la Calle"
description="Donde las cosas suceden hasta tarde."
metrics={[
{
id: "1",
value: "20+",
description: "Variedades de cerveza",
},
{
id: "2",
value: "100%",
description: "Sabor urbano",
},
{
id: "3",
value: "3 AM",
description: "Hora de cierre",
},
{ id: "1", value: "198", description: "Número de la suerte" },
{ id: "2", value: "100%", description: "Vibra Urbana" },
{ id: "3", value: "3 AM", description: "Hora de cierre" },
]}
/>
</div>
@@ -185,51 +94,22 @@ export default function LandingPage() {
<div id="location" data-section="location">
<ContactText
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
text="Estamos en la calle principal, abiertos hasta las 3 AM. ¡Ven por la tuya!"
buttons={[
{
text: "Ir ahora (Mapa)",
href: "https://maps.google.com",
},
]}
background={{ variant: "animated-grid" }}
text="Callejero 198. Encuentra tu lugar en la noche."
buttons={[{ text: "Ir al Mapa", href: "https://maps.google.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menú",
href: "#menu",
},
{
label: "Ubicación",
href: "#location",
},
],
},
{
items: [
{
label: "Instagram",
href: "#",
},
{
label: "WhatsApp",
href: "#",
},
],
},
{ items: [{ label: "Menú", href: "#menu" }, { label: "Ubicación", href: "#location" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] },
]}
logoText="Cheve & Grill"
logoText="Callejero 198"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}