3 Commits

Author SHA1 Message Date
cd556be0be Update src/app/styles/variables.css 2026-04-06 15:00:03 +00:00
582008ac3c Update src/app/page.tsx 2026-04-06 15:00:02 +00:00
5a3bfa84a2 Merge version_1 into main
Merge version_1 into main
2026-04-06 14:54:12 +00:00
2 changed files with 62 additions and 169 deletions

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Inicio", name: "Inicio", id: "hero"},
id: "hero",
},
{ {
name: "Sobre", name: "Sobre", id: "about"},
id: "about",
},
{ {
name: "Shows", name: "Shows", id: "shows"},
id: "shows",
},
{ {
name: "Contacto", name: "Contacto", id: "contact"},
id: "contact",
},
]} ]}
brandName="Shows Alerta" brandName="Shows Alerta"
/> />
@@ -57,69 +49,37 @@ export default function LandingPage() {
description="El regreso que Colombia esperaba. Sin disculpas, sin censura. Solo risas garantizadas." description="El regreso que Colombia esperaba. Sin disculpas, sin censura. Solo risas garantizadas."
testimonials={[ testimonials={[
{ {
name: "Carlos M.", name: "Carlos M.", handle: "@carlos", testimonial: "El mejor show de comedia que he visto en años.", rating: 5,
handle: "@carlos", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3322.jpg?_wi=1"},
testimonial: "El mejor show de comedia que he visto en años.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3322.jpg?_wi=1",
},
{ {
name: "Ana G.", name: "Ana G.", handle: "@anag", testimonial: "Me reí de principio a fin, totalmente recomendado.", rating: 5,
handle: "@anag", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunet-man-wearing-red-bandana_273609-10076.jpg?_wi=1"},
testimonial: "Me reí de principio a fin, totalmente recomendado.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunet-man-wearing-red-bandana_273609-10076.jpg?_wi=1",
},
{ {
name: "Juan P.", name: "Juan P.", handle: "@juanp", testimonial: "Por fin alguien que dice las cosas como son.", rating: 5,
handle: "@juanp", imageSrc: "http://img.b2bpic.net/free-photo/emotional-hipster-girl-exclaims-loudly-reacts-something-expresses-emotions-keeps-palms-raised-mouth-widely-opened-wears-leather-jacket-isolated-red-wall_273609-53758.jpg?_wi=1"},
testimonial: "Por fin alguien que dice las cosas como son.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotional-hipster-girl-exclaims-loudly-reacts-something-expresses-emotions-keeps-palms-raised-mouth-widely-opened-wears-leather-jacket-isolated-red-wall_273609-53758.jpg?_wi=1",
},
{ {
name: "Lucía R.", name: "Lucía R.", handle: "@luciar", testimonial: "Una experiencia liberadora, humor del bueno.", rating: 5,
handle: "@luciar", imageSrc: "http://img.b2bpic.net/free-photo/thumb-up-collaboration-teamwork-concept_1357-339.jpg?_wi=1"},
testimonial: "Una experiencia liberadora, humor del bueno.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumb-up-collaboration-teamwork-concept_1357-339.jpg?_wi=1",
},
{ {
name: "Diego F.", name: "Diego F.", handle: "@diegof", testimonial: "No podía parar de reír, calidad pura.", rating: 5,
handle: "@diegof", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-cheerful-expression-closeup-portrait_53876-143271.jpg?_wi=1"},
testimonial: "No podía parar de reír, calidad pura.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-cheerful-expression-closeup-portrait_53876-143271.jpg?_wi=1",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Ver Shows", text: "Ver Shows", href: "#shows"},
href: "#shows",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-colourful-green-show-light_661209-453.jpg" imageSrc="http://img.b2bpic.net/free-photo/abstract-colourful-green-show-light_661209-453.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3322.jpg", src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3322.jpg", alt: "Fan 1"},
alt: "Fan 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/stylish-brunet-man-wearing-red-bandana_273609-10076.jpg", src: "http://img.b2bpic.net/free-photo/stylish-brunet-man-wearing-red-bandana_273609-10076.jpg", alt: "Fan 2"},
alt: "Fan 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/emotional-hipster-girl-exclaims-loudly-reacts-something-expresses-emotions-keeps-palms-raised-mouth-widely-opened-wears-leather-jacket-isolated-red-wall_273609-53758.jpg", src: "http://img.b2bpic.net/free-photo/emotional-hipster-girl-exclaims-loudly-reacts-something-expresses-emotions-keeps-palms-raised-mouth-widely-opened-wears-leather-jacket-isolated-red-wall_273609-53758.jpg", alt: "Fan 3"},
alt: "Fan 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/thumb-up-collaboration-teamwork-concept_1357-339.jpg", src: "http://img.b2bpic.net/free-photo/thumb-up-collaboration-teamwork-concept_1357-339.jpg", alt: "Fan 4"},
alt: "Fan 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-cheerful-expression-closeup-portrait_53876-143271.jpg", src: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-cheerful-expression-closeup-portrait_53876-143271.jpg", alt: "Fan 5"},
alt: "Fan 5",
},
]} ]}
avatarText="Más de 5,000 personas han vivido la experiencia." avatarText="Más de 5,000 personas han vivido la experiencia."
/> />
@@ -146,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "s1", id: "s1", name: "Bogotá - Show 1", price: "$50.000", imageSrc: "http://img.b2bpic.net/free-vector/stand-up-comedy-banner-with-red-curtains-background_1308-79470.jpg"},
name: "Bogotá - Show 1",
price: "$50.000",
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-comedy-banner-with-red-curtains-background_1308-79470.jpg",
},
{ {
id: "s2", id: "s2", name: "Medellín - Show 2", price: "$50.000", imageSrc: "http://img.b2bpic.net/free-vector/stand-up-comedy-banner-with-vintage-microphone_1308-77782.jpg"},
name: "Medellín - Show 2",
price: "$50.000",
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-comedy-banner-with-vintage-microphone_1308-77782.jpg",
},
{ {
id: "s3", id: "s3", name: "Cali - Show 3", price: "$45.000", imageSrc: "http://img.b2bpic.net/free-vector/stand-up-comedy-banner-with-red-curtain-background_1308-77625.jpg"},
name: "Cali - Show 3",
price: "$45.000",
imageSrc: "http://img.b2bpic.net/free-vector/stand-up-comedy-banner-with-red-curtain-background_1308-77625.jpg",
},
{ {
id: "s4", id: "s4", name: "Barranquilla - Show 4", price: "$45.000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-wavy-texture_23-2150169248.jpg?_wi=1"},
name: "Barranquilla - Show 4",
price: "$45.000",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-wavy-texture_23-2150169248.jpg?_wi=1",
},
{ {
id: "s5", id: "s5", name: "Bucaramanga - Show 5", price: "$40.000", imageSrc: "http://img.b2bpic.net/free-photo/girls-music-band-with-microphone_1163-2521.jpg"},
name: "Bucaramanga - Show 5",
price: "$40.000",
imageSrc: "http://img.b2bpic.net/free-photo/girls-music-band-with-microphone_1163-2521.jpg",
},
{ {
id: "s6", id: "s6", name: "Pereira - Show 6", price: "$40.000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-wavy-texture_23-2150169248.jpg?_wi=2"},
name: "Pereira - Show 6",
price: "$40.000",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-wavy-texture_23-2150169248.jpg?_wi=2",
},
]} ]}
title="Próximas Fechas" title="Próximas Fechas"
description="No te quedes sin tu boleta. Reserva tu lugar hoy mismo." description="No te quedes sin tu boleta. Reserva tu lugar hoy mismo."
@@ -195,45 +131,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Laura", role: "Fan", company: "Fans", rating: 5,
name: "Laura", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3322.jpg?_wi=2"},
role: "Fan",
company: "Fans",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3322.jpg?_wi=2",
},
{ {
id: "t2", id: "t2", name: "Pedro", role: "Fan", company: "Fans", rating: 5,
name: "Pedro", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunet-man-wearing-red-bandana_273609-10076.jpg?_wi=2"},
role: "Fan",
company: "Fans",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunet-man-wearing-red-bandana_273609-10076.jpg?_wi=2",
},
{ {
id: "t3", id: "t3", name: "Maria", role: "Fan", company: "Fans", rating: 5,
name: "Maria", imageSrc: "http://img.b2bpic.net/free-photo/emotional-hipster-girl-exclaims-loudly-reacts-something-expresses-emotions-keeps-palms-raised-mouth-widely-opened-wears-leather-jacket-isolated-red-wall_273609-53758.jpg?_wi=2"},
role: "Fan",
company: "Fans",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotional-hipster-girl-exclaims-loudly-reacts-something-expresses-emotions-keeps-palms-raised-mouth-widely-opened-wears-leather-jacket-isolated-red-wall_273609-53758.jpg?_wi=2",
},
{ {
id: "t4", id: "t4", name: "Luis", role: "Fan", company: "Fans", rating: 5,
name: "Luis", imageSrc: "http://img.b2bpic.net/free-photo/thumb-up-collaboration-teamwork-concept_1357-339.jpg?_wi=2"},
role: "Fan",
company: "Fans",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumb-up-collaboration-teamwork-concept_1357-339.jpg?_wi=2",
},
{ {
id: "t5", id: "t5", name: "Sofia", role: "Fan", company: "Fans", rating: 5,
name: "Sofia", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-cheerful-expression-closeup-portrait_53876-143271.jpg?_wi=2"},
role: "Fan",
company: "Fans",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-cheerful-expression-closeup-portrait_53876-143271.jpg?_wi=2",
},
]} ]}
title="Lo que dicen de Shows Alerta" title="Lo que dicen de Shows Alerta"
description="Nuestra audiencia lo confirma: el humor vuelve a tener sentido." description="Nuestra audiencia lo confirma: el humor vuelve a tener sentido."
@@ -246,46 +157,32 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "¿Son eventos aptos para todo público?", content: "Nuestros eventos están diseñados para una audiencia adulta. Por razones de contenido y lenguaje, se recomienda el ingreso únicamente a mayores de 18 años."},
title: "¿Son eventos aptos para todo público?",
content: "No, nuestros shows son de humor negro sin filtros, recomendados para mayores de 18 años.",
},
{ {
id: "f2", id: "f2", title: "¿Dónde puedo comprar mis entradas?", content: "Las entradas se encuentran disponibles exclusivamente a través de nuestra plataforma oficial o puntos de venta autorizados. ¡Asegura tu lugar con tiempo!"},
title: "¿Puedo comprar entradas en puerta?",
content: "Sujeto a disponibilidad, pero recomendamos comprar con antelación online para asegurar tu cupo.",
},
{ {
id: "f3", id: "f3", title: "¿Tienen descuentos para grupos?", content: "Sí, contamos con paquetes especiales para grupos de más de 10 personas. Escríbenos en la sección de contacto para obtener más información."},
title: "¿Tienen políticas de devolución?",
content: "Las devoluciones aplican solo en caso de cancelación total del evento por nuestra parte.",
},
]} ]}
title="Preguntas Frecuentes" title="Preguntas Frecuentes"
description="Todo lo que necesitas saber antes de entrar al show." description="Todo lo que necesitas saber para disfrutar de la experiencia al máximo."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={true}
title="Contáctanos" title="Mantente informado"
description="¿Tienes alguna duda o quieres llevar el show a tu ciudad? Escríbenos." description="Suscríbete a nuestra lista de correo para recibir notificaciones sobre nuevas fechas, preventas exclusivas y contenido detrás de cámaras."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Nombre completo", required: true,
type: "text",
placeholder: "Tu nombre",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Correo electrónico", required: true,
type: "email",
placeholder: "Tu correo",
required: true,
}, },
]} ]}
buttonText="Suscribirse"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-man-yellow-turtleneck-glasses-with-funny-red-tie-holding-microphone-pointing-with-index-figner-side-standing-green-wall_141793-43301.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/happy-young-man-yellow-turtleneck-glasses-with-funny-red-tie-holding-microphone-pointing-with-index-figner-side-standing-green-wall_141793-43301.jpg?_wi=2"
/> />
</div> </div>
@@ -296,25 +193,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Inicio", label: "Inicio", href: "#hero"},
href: "#hero",
},
{ {
label: "Shows", label: "Nuestra Historia", href: "#about"},
href: "#shows", {
}, label: "Ver Shows", href: "#shows"},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contacto", label: "Preguntas Frecuentes", href: "#faq"},
href: "#contact",
},
{ {
label: "Privacidad", label: "Contacto", href: "#contact"},
href: "#", {
}, label: "Privacidad", href: "#"},
], ],
}, },
]} ]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0A0A0A;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #120a00e6; --foreground: #ffffff;
--primary-cta: #FF7B05; --primary-cta: #D4A843;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #1a1a1a;
--secondary-cta-text: #120a00e6; --secondary-cta-text: #120a00e6;
--accent: #e2e2e2; --accent: #D4A843;
--background-accent: #FF7B05; --background-accent: #D4A843;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);