diff --git a/src/app/page.tsx b/src/app/page.tsx index a72c3f0..d33ca16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Empresa", - items: [ + title: "Empresa", items: [ { label: "Inicio", href: "#hero" }, { label: "Sobre Nosotros", href: "#about" }, { label: "Contacto", href: "#contact" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Productos", - items: [ + title: "Productos", items: [ { label: "Todos los Productos", href: "/products" }, { label: "Herramientas", href: "/products" }, { label: "Materiales", href: "/products" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { label: "Llamar: +54 (9) 123-4567890", href: "tel:+5491234567890" }, { label: "WhatsApp", href: "https://wa.me/+5491234567890" }, { label: "Email: info@ferreteriarepublica.com", href: "mailto:info@ferreteriarepublica.com" }, @@ -59,7 +56,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="medium" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -79,7 +76,7 @@ export default function HomePage() { tag="Ferretería Premium" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Ver Productos", href: "/products" }, { text: "Contactar por WhatsApp", href: "https://wa.me/+5491234567890" }, @@ -88,10 +85,10 @@ export default function HomePage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/tools-repairing-shop_23-2148138421.jpg", imageAlt: "Herramientas profesionales de construcción" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-mask-shopping_23-2148630844.jpg", imageAlt: "Materiales de calidad para proyectos" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-thrift-shop_23-2149726862.jpg?_wi=1", imageAlt: "Ferretería bien surtida" }, - { imageSrc: "http://img.b2bpic.net/free-photo/planing-board-workshop_1098-14709.jpg?_wi=1", imageAlt: "Proyecto profesional en construcción" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-workshop-measuring_23-2148836013.jpg?_wi=1", imageAlt: "Reparación DIY con herramientas" }, - { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-artisan-workshop-objects_23-2148970784.jpg?_wi=1", imageAlt: "Renovación de hogar" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-thrift-shop_23-2149726862.jpg", imageAlt: "Ferretería bien surtida" }, + { imageSrc: "http://img.b2bpic.net/free-photo/planing-board-workshop_1098-14709.jpg", imageAlt: "Proyecto profesional en construcción" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-working-workshop-measuring_23-2148836013.jpg", imageAlt: "Reparación DIY con herramientas" }, + { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-artisan-workshop-objects_23-2148970784.jpg", imageAlt: "Renovación de hogar" }, ]} className="w-full" useInvertedBackground={false} @@ -102,10 +99,7 @@ export default function HomePage() {