Update src/app/page.tsx
This commit is contained in:
153
src/app/page.tsx
153
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Inicio", id: "hero"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "productos",
|
||||
},
|
||||
name: "Productos", id: "productos"},
|
||||
{
|
||||
name: "Ubicación",
|
||||
id: "contacto",
|
||||
},
|
||||
name: "Ubicación", id: "contacto"},
|
||||
]}
|
||||
brandName="Bazar Charlie"
|
||||
/>
|
||||
@@ -50,21 +44,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Bazar Charlie"
|
||||
description="Tu destino de confianza en San Salvador para accesorios de autos y motos. Calidad y asesoría profesional en cada detalle."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Catálogo",
|
||||
href: "#productos",
|
||||
},
|
||||
text: "Ver Catálogo", href: "#productos"},
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Contactar", href: "#contacto"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36701.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-spare-parts-display_144627-26466.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,9 +63,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Experiencia y Calidad"
|
||||
description={[
|
||||
"Ubicados en el corazón de San Salvador, en el Centro Comercial Las Pulgas. Ofrecemos una amplia gama de accesorios para transformar tu vehículo.",
|
||||
"Nos dedicamos a brindar productos de alto rendimiento, desde iluminación y seguridad hasta equipamiento estético para tu auto o moto.",
|
||||
]}
|
||||
"Ubicados en el corazón de San Salvador, en el Centro Comercial Las Pulgas. Ofrecemos una amplia gama de accesorios para transformar tu vehículo.", "Nos dedicamos a brindar productos de alto rendimiento, desde iluminación y seguridad hasta equipamiento estético para tu auto o moto."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,41 +75,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luces LED H4/H7",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4987.jpg",
|
||||
},
|
||||
id: "p1", name: "Luces LED H4/H7", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4987.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cascos de Seguridad",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-helmet_23-2151574427.jpg",
|
||||
},
|
||||
id: "p2", name: "Cascos de Seguridad", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-helmet_23-2151574427.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Forros para Asientos",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934365.jpg",
|
||||
},
|
||||
id: "p3", name: "Forros para Asientos", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934365.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Guantes de Riding",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cool-old-woman-with-motorcycle_23-2150742878.jpg",
|
||||
},
|
||||
id: "p4", name: "Guantes de Riding", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cool-old-woman-with-motorcycle_23-2150742878.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Combo Extintor 5lb",
|
||||
price: "$50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-uniform-wooden-background-flat-lay_169016-24237.jpg",
|
||||
},
|
||||
id: "p5", name: "Combo Extintor 5lb", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/builder-uniform-wooden-background-flat-lay_169016-24237.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Porta Equipajes",
|
||||
price: "Consultar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-packed-car-traveling_23-2151031016.jpg",
|
||||
},
|
||||
id: "p6", name: "Porta Equipajes", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-packed-car-traveling_23-2151031016.jpg"},
|
||||
]}
|
||||
title="Nuestros Productos"
|
||||
description="Explora nuestra selección destacada de accesorios automotrices."
|
||||
@@ -136,31 +99,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Años de servicio",
|
||||
items: [
|
||||
"Trayectoria reconocida",
|
||||
"Confianza en El Salvador",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Años de servicio", items: [
|
||||
"Trayectoria reconocida", "Confianza en El Salvador"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Accesorios en stock",
|
||||
items: [
|
||||
"Variedad automotriz",
|
||||
"Disponibilidad inmediata",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Accesorios en stock", items: [
|
||||
"Variedad automotriz", "Disponibilidad inmediata"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Asesoría experta",
|
||||
items: [
|
||||
"Instalación adecuada",
|
||||
"Calidad garantizada",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Asesoría experta", items: [
|
||||
"Instalación adecuada", "Calidad garantizada"],
|
||||
},
|
||||
]}
|
||||
title="Compromiso Bazar Charlie"
|
||||
@@ -174,20 +122,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Cuáles son sus horarios?",
|
||||
content: "Estamos abiertos de lunes a sábado de 9:30 a.m. a 4:00 p.m.",
|
||||
},
|
||||
id: "f1", title: "¿Cuáles son sus horarios?", content: "Estamos abiertos de lunes a sábado de 9:30 a.m. a 4:00 p.m."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "Centro Comercial Las Pulgas, local 11, 4.º pasillo, Boulevard Los Héroes.",
|
||||
},
|
||||
id: "f2", title: "¿Dónde están ubicados?", content: "Centro Comercial Las Pulgas, local 11, 4.º pasillo, Boulevard Los Héroes."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Hacen envíos?",
|
||||
content: "Para consultas de envíos, contáctanos directamente a nuestro WhatsApp: 7493-3685.",
|
||||
},
|
||||
id: "f3", title: "¿Hacen envíos?", content: "Para consultas de envíos, contáctanos directamente a nuestro WhatsApp: 7493-3685."},
|
||||
]}
|
||||
title="Preguntas Frecuentes"
|
||||
description="Resolvemos tus dudas sobre nuestros horarios y servicios."
|
||||
@@ -202,30 +141,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Juan Perez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-customers-car-showroom-browsing-automobiles-catalog_482257-124583.jpg",
|
||||
},
|
||||
id: "t1", name: "Juan Perez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-customers-car-showroom-browsing-automobiles-catalog_482257-124583.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-looking-clothes-thrift-shop_23-2150082906.jpg",
|
||||
},
|
||||
id: "t2", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-looking-clothes-thrift-shop_23-2150082906.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ana R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg",
|
||||
},
|
||||
id: "t3", name: "Ana R.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-handshaking-with-female-mechanic-auto-repair-shop_637285-7758.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mario S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-young-man-with-red-car_1149-1765.jpg",
|
||||
},
|
||||
id: "t4", name: "Mario S.", imageSrc: "http://img.b2bpic.net/free-photo/cool-young-man-with-red-car_1149-1765.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-away-holding-wooden-bike-t-shirt-jacket-cap-looking-amazed-front-view_176474-58129.jpg",
|
||||
},
|
||||
id: "t5", name: "Sofia G.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-away-holding-wooden-bike-t-shirt-jacket-cap-looking-amazed-front-view_176474-58129.jpg"},
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="Opiniones"
|
||||
@@ -240,25 +164,14 @@ export default function LandingPage() {
|
||||
description="Estamos listos para asesorarte. Escríbenos para consultar disponibilidad o realizar un pedido."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu Nombre",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Tu Nombre"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu Correo",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Tu Correo"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "text",
|
||||
placeholder: "Tu WhatsApp",
|
||||
},
|
||||
name: "phone", type: "text", placeholder: "Tu WhatsApp"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Cuéntanos qué accesorio buscas...",
|
||||
}}
|
||||
name: "message", placeholder: "Cuéntanos qué accesorio buscas..."}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/map-pin-location-direction-position-graphic_53876-120739.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -272,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user