Update src/app/page.tsx

This commit is contained in:
2026-06-09 19:12:44 +00:00
parent a9846b454d
commit c14087d0c4

View File

@@ -33,37 +33,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Inicio",
id: "inicio",
},
name: "Inicio", id: "inicio"},
{
name: "Sobre Nosotros",
id: "sobre-nosotros",
},
name: "Sobre Nosotros", id: "sobre-nosotros"},
{
name: "Servicios",
id: "servicios",
},
name: "Servicios", id: "servicios"},
{
name: "Productos",
id: "productos",
},
name: "Productos", id: "productos"},
{
name: "Logros",
id: "logros",
},
name: "Logros", id: "logros"},
{
name: "Testimonios",
id: "testimonios",
},
name: "Testimonios", id: "testimonios"},
{
name: "Marcas",
id: "marcas",
},
name: "Marcas", id: "marcas"},
{
name: "Contacto",
id: "contacto",
},
name: "Contacto", id: "contacto"},
]}
brandName="JARABA"
/>
@@ -72,42 +56,27 @@ export default function LandingPage() {
<div id="inicio" data-section="inicio">
<HeroBillboardGallery
background={{
variant: "plain",
}}
variant: "plain"}}
title="JARABA: Tu Ferretería de Confianza en Santiago"
description="Encuentra todo lo que necesitas para tus proyectos de construcción y hogar, con la mejor calidad y servicio excepcional en Santiago de los Caballeros, República Dominicana."
buttons={[
{
text: "Explorar Productos",
href: "#productos",
},
text: "Explorar Productos", href: "#productos"},
{
text: "Contáctanos",
href: "#contacto",
},
text: "Contáctanos", href: "#contacto"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-face-mask-moving-rack-with-processed-wood-carpentry-workshop_637285-11731.jpg?_wi=1",
imageAlt: "Interior de la ferretería JARABA con variedad de herramientas",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-face-mask-moving-rack-with-processed-wood-carpentry-workshop_637285-11731.jpg", imageAlt: "Interior de la ferretería JARABA con variedad de herramientas"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-tools-screw-frame_23-2147625666.jpg?_wi=1",
imageAlt: "Herramientas de mano sobre una superficie de trabajo",
},
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-tools-screw-frame_23-2147625666.jpg", imageAlt: "Herramientas de mano sobre una superficie de trabajo"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dirty-paint-tools-top-view_23-2148660944.jpg",
imageAlt: "Latas de pintura y brochas en la sección de pintura",
},
imageSrc: "http://img.b2bpic.net/free-photo/dirty-paint-tools-top-view_23-2148660944.jpg", imageAlt: "Latas de pintura y brochas en la sección de pintura"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg",
imageAlt: "Artículos de fontanería y electricidad",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-screws-kit_23-2148557970.jpg", imageAlt: "Artículos de fontanería y electricidad"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-hedge-clippers-looking-down-with-serious-face_141793-102471.jpg",
imageAlt: "Herramientas y equipos de jardinería",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-hedge-clippers-looking-down-with-serious-face_141793-102471.jpg", imageAlt: "Herramientas y equipos de jardinería"},
]}
mediaAnimation="opacity"
/>
@@ -120,9 +89,7 @@ export default function LandingPage() {
title="Más de 20 Años Sirviendo con Calidad y Compromiso en Santiago"
buttons={[
{
text: "Conocer Más",
href: "#contacto",
},
text: "Conocer Más", href: "#contacto"},
]}
buttonAnimation="slide-up"
/>
@@ -135,28 +102,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Asesoría Experta",
description: "Nuestro equipo de profesionales te brindará el mejor consejo técnico para elegir los productos adecuados.",
bentoComponent: "reveal-icon",
icon: Wrench,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-center-worker-assisting-users-with-installing-software_482257-125825.jpg",
imageAlt: "expert advice icon blue",
title: "Asesoría Experta", description: "Nuestro equipo de profesionales te brindará el mejor consejo técnico para elegir los productos adecuados.", bentoComponent: "reveal-icon", icon: Wrench
},
{
title: "Amplio Catálogo",
description: "Contamos con una extensa variedad de productos de las mejores marcas para todas tus necesidades de construcción y hogar.",
bentoComponent: "reveal-icon",
icon: Cog,
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-face-mask-moving-rack-with-processed-wood-carpentry-workshop_637285-11731.jpg?_wi=2",
imageAlt: "expert advice icon blue",
title: "Amplio Catálogo", description: "Contamos con una extensa variedad de productos de las mejores marcas para todas tus necesidades de construcción y hogar.", bentoComponent: "reveal-icon", icon: Cog
},
{
title: "Entrega a Domicilio",
description: "Llevamos tus compras directamente a tu obra o hogar en Santiago, garantizando rapidez y seguridad.",
bentoComponent: "reveal-icon",
icon: Truck,
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-tools-screw-frame_23-2147625666.jpg?_wi=2",
imageAlt: "expert advice icon blue",
title: "Entrega a Domicilio", description: "Llevamos tus compras directamente a tu obra o hogar en Santiago, garantizando rapidez y seguridad.", bentoComponent: "reveal-icon", icon: Truck
},
]}
title="Soluciones Integrales para Cada Necesidad"
@@ -173,53 +125,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Taladro Inalámbrico Profesional",
price: "RD$ 3,500",
variant: "18V, 2 baterías",
imageSrc: "http://img.b2bpic.net/free-photo/professional-carpenter-works-with-circular-saw-miter-saw-workshop_169016-12975.jpg",
imageAlt: "Taladro inalámbrico Dewalt",
},
id: "p1", name: "Taladro Inalámbrico Profesional", price: "RD$ 3,500", variant: "18V, 2 baterías", imageSrc: "http://img.b2bpic.net/free-photo/professional-carpenter-works-with-circular-saw-miter-saw-workshop_169016-12975.jpg", imageAlt: "Taladro inalámbrico Dewalt"},
{
id: "p2",
name: "Set de Llaves Combinadas",
price: "RD$ 1,200",
variant: "8-24mm, 12 piezas",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053315.jpg",
imageAlt: "Set de llaves combinadas Stanley",
},
id: "p2", name: "Set de Llaves Combinadas", price: "RD$ 1,200", variant: "8-24mm, 12 piezas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053315.jpg", imageAlt: "Set de llaves combinadas Stanley"},
{
id: "p3",
name: "Pintura Acrílica Blanca",
price: "RD$ 850",
variant: "Galón, interior/exterior",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580010.jpg",
imageAlt: "Galón de pintura acrílica blanca",
},
id: "p3", name: "Pintura Acrílica Blanca", price: "RD$ 850", variant: "Galón, interior/exterior", imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580010.jpg", imageAlt: "Galón de pintura acrílica blanca"},
{
id: "p4",
name: "Kit de Tornillos y Anclajes",
price: "RD$ 600",
variant: "Surtido, 200 piezas",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-metal-nails-white-surface_181624-19481.jpg",
imageAlt: "Kit de tornillos y anclajes",
},
id: "p4", name: "Kit de Tornillos y Anclajes", price: "RD$ 600", variant: "Surtido, 200 piezas", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-metal-nails-white-surface_181624-19481.jpg", imageAlt: "Kit de tornillos y anclajes"},
{
id: "p5",
name: "Guantes de Seguridad Reforzados",
price: "RD$ 350",
variant: "Talla L, anti-corte",
imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site-wearing-gloves_23-2148784057.jpg",
imageAlt: "Guantes de seguridad industriales",
},
id: "p5", name: "Guantes de Seguridad Reforzados", price: "RD$ 350", variant: "Talla L, anti-corte", imageSrc: "http://img.b2bpic.net/free-photo/worker-construction-site-wearing-gloves_23-2148784057.jpg", imageAlt: "Guantes de seguridad industriales"},
{
id: "p6",
name: "Cinta Métrica Profesional",
price: "RD$ 250",
variant: "5 metros, auto-bloqueo",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-measuring-tape_53876-32036.jpg",
imageAlt: "Cinta métrica de 5 metros",
},
id: "p6", name: "Cinta Métrica Profesional", price: "RD$ 250", variant: "5 metros, auto-bloqueo", imageSrc: "http://img.b2bpic.net/free-photo/closeup-measuring-tape_53876-32036.jpg", imageAlt: "Cinta métrica de 5 metros"},
]}
title="Nuestro Catálogo: Calidad para Cada Proyecto"
description="Descubre una selección de nuestros productos más populares y de alta calidad para satisfacer todas tus demandas."
@@ -235,25 +151,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "+20,000",
title: "Clientes Satisfechos",
description: "Una comunidad creciente de clientes felices que confían en JARABA para sus necesidades.",
icon: Smile,
id: "m1", value: "+20,000", title: "Clientes Satisfechos", description: "Una comunidad creciente de clientes felices que confían en JARABA para sus necesidades.", icon: Smile,
},
{
id: "m2",
value: "+20",
title: "Años de Experiencia",
description: "Décadas de servicio y conocimiento en el sector de ferretería para brindarte lo mejor.",
icon: Calendar,
id: "m2", value: "+20", title: "Años de Experiencia", description: "Décadas de servicio y conocimiento en el sector de ferretería para brindarte lo mejor.", icon: Calendar,
},
{
id: "m3",
value: "+5,000",
title: "Productos en Stock",
description: "Un inventario diverso y completo, siempre listo para tus proyectos más exigentes.",
icon: Box,
id: "m3", value: "+5,000", title: "Productos en Stock", description: "Un inventario diverso y completo, siempre listo para tus proyectos más exigentes.", icon: Box,
},
]}
title="Nuestros Números Hablan por Sí Solos"
@@ -269,50 +173,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "José Pérez",
handle: "@JosePerezConst",
testimonial: "JARABA es mi ferretería de cabecera. Siempre encuentro lo que necesito para mis obras y el servicio al cliente es insuperable. ¡Altamente recomendados!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delivery-red-determined-stock-male_1134-830.jpg",
imageAlt: "Avatar de José Pérez",
},
id: "t1", name: "José Pérez", handle: "@JosePerezConst", testimonial: "JARABA es mi ferretería de cabecera. Siempre encuentro lo que necesito para mis obras y el servicio al cliente es insuperable. ¡Altamente recomendados!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delivery-red-determined-stock-male_1134-830.jpg", imageAlt: "Avatar de José Pérez"},
{
id: "t2",
name: "María Gómez",
handle: "@MariaHogarRD",
testimonial: "Para mis proyectos de bricolaje en casa, JARABA tiene todo. La asesoría que me brindan es clave para que mis ideas se hagan realidad.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
imageAlt: "Avatar de María Gómez",
},
id: "t2", name: "María Gómez", handle: "@MariaHogarRD", testimonial: "Para mis proyectos de bricolaje en casa, JARABA tiene todo. La asesoría que me brindan es clave para que mis ideas se hagan realidad.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", imageAlt: "Avatar de María Gómez"},
{
id: "t3",
name: "Carlos Ramírez",
handle: "@CarlosRamirez_Arq",
testimonial: "Como arquitecto, la calidad de los materiales es fundamental. En JARABA encuentro productos de primera que garantizan la durabilidad de mis diseños.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/creative-tailor-working-workshop_23-2148970725.jpg",
imageAlt: "Avatar de Carlos Ramírez",
},
id: "t3", name: "Carlos Ramírez", handle: "@CarlosRamirez_Arq", testimonial: "Como arquitecto, la calidad de los materiales es fundamental. En JARABA encuentro productos de primera que garantizan la durabilidad de mis diseños.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/creative-tailor-working-workshop_23-2148970725.jpg", imageAlt: "Avatar de Carlos Ramírez"},
{
id: "t4",
name: "Ana Fernández",
handle: "@AnaFernandezDIY",
testimonial: "Necesitaba un tipo de tubería muy específico y solo lo encontré en JARABA. Su variedad es impresionante y el personal muy atento.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/plus-size-woman-working-professional-business-office_23-2150579592.jpg",
imageAlt: "Avatar de Ana Fernández",
},
id: "t4", name: "Ana Fernández", handle: "@AnaFernandezDIY", testimonial: "Necesitaba un tipo de tubería muy específico y solo lo encontré en JARABA. Su variedad es impresionante y el personal muy atento.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/plus-size-woman-working-professional-business-office_23-2150579592.jpg", imageAlt: "Avatar de Ana Fernández"},
{
id: "t5",
name: "Luis Soto",
handle: "@LuisSotoTech",
testimonial: "La entrega a domicilio es un salvavidas. Compro todo lo pesado en línea y llega a mi casa sin problemas. Excelente servicio para gente ocupada.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-french-baguettes_1303-26923.jpg",
imageAlt: "Avatar de Luis Soto",
},
id: "t5", name: "Luis Soto", handle: "@LuisSotoTech", testimonial: "La entrega a domicilio es un salvavidas. Compro todo lo pesado en línea y llega a mi casa sin problemas. Excelente servicio para gente ocupada.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-with-french-baguettes_1303-26923.jpg", imageAlt: "Avatar de Luis Soto"},
]}
showRating={true}
title="Voces de Satisfacción de Nuestros Clientes"
@@ -325,15 +199,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Stanley",
"DeWalt",
"Black+Decker",
"Sika",
"Cemex",
"Sherwin-Williams",
"Truper",
"Bosch",
]}
"Stanley", "DeWalt", "Black+Decker", "Sika", "Cemex", "Sherwin-Williams", "Truper", "Bosch"]}
title="Las Mejores Marcas, Bajo un Mismo Techo"
description="Trabajamos exclusivamente con fabricantes líderes en la industria para asegurarte productos de la más alta calidad y durabilidad para todos tus proyectos."
tag="Nuestros Socios de Confianza"
@@ -344,8 +210,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contáctanos"
title="¿Necesitas Asistencia o Tienes una Pregunta?"
description="Nuestro equipo está listo para ayudarte con cualquier consulta, desde la selección de productos hasta la entrega. ¡Escríbenos!"
@@ -363,58 +228,35 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Ferretería JARABA",
items: [
title: "Ferretería JARABA", items: [
{
label: "Acerca de Nosotros",
href: "#sobre-nosotros",
},
label: "Acerca de Nosotros", href: "#sobre-nosotros"},
{
label: "Nuestros Servicios",
href: "#servicios",
},
label: "Nuestros Servicios", href: "#servicios"},
{
label: "Marcas",
href: "#marcas",
},
label: "Marcas", href: "#marcas"},
],
},
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Inicio",
href: "#inicio",
},
label: "Inicio", href: "#inicio"},
{
label: "Productos",
href: "#productos",
},
label: "Productos", href: "#productos"},
{
label: "Testimonios",
href: "#testimonios",
},
label: "Testimonios", href: "#testimonios"},
{
label: "Contacto",
href: "#contacto",
},
label: "Contacto", href: "#contacto"},
],
},
{
title: "Síguenos",
items: [
title: "Síguenos", items: [
{
label: "Facebook",
href: "https://facebook.com/jarabaferreteria",
},
label: "Facebook", href: "https://facebook.com/jarabaferreteria"},
{
label: "Instagram",
href: "https://instagram.com/jarabaferreteria",
},
label: "Instagram", href: "https://instagram.com/jarabaferreteria"},
{
label: "Whatsapp",
href: "https://wa.me/1809XXXXXXXX",
},
label: "Whatsapp", href: "https://wa.me/1809XXXXXXXX"},
],
},
]}