diff --git a/src/app/page.tsx b/src/app/page.tsx index 983cf12..03bc8e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,13 +8,13 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import Link from 'next/link'; -import { MessageCircle, Store, Package, Clock, Star, Users, Briefcase, Award } from 'lucide-react'; +import { MessageCircle, Store, Package, Clock, Star, Users, Briefcase, Award, Hammer, Drill, HardHat, Leaf, Paintbrush, Faucet, Bolt, Zap, SprayCan, Home, Grid, Lock } from 'lucide-react'; export default function HomePage() { const navItems = [ - { name: "Inicio", href: "/" }, - { name: "Productos", href: "/productos" }, - { name: "Contacto", href: "/contacto" } + { name: "Inicio", id: "/" }, + { name: "Productos", id: "/productos" }, + { name: "Contacto", id: "/contacto" } ]; const footerNavItemsColumn1 = [ @@ -62,7 +62,7 @@ export default function HomePage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uujncs" logoAlt="FerreShop Logo" navItems={navItems} - button={{ text: "WhatsApp", href: "https://wa.me/5492915111489", icon: MessageCircle }} + button={{ text: "WhatsApp", href: "https://wa.me/5492915111489" }} /> @@ -77,7 +77,6 @@ export default function HomePage() { ]} imageSrc="http://img.b2bpic.net/free-photo/busy-workshop-with-broken-mountain-bicycle-table_613910-20760.jpg" imageAlt="Industrial workshop with tools" - mediaAnimation="opacity" showDimOverlay={true} ariaLabel="Hero section with headline and call to action for FerreShop" /> @@ -85,6 +84,8 @@ export default function HomePage() {