Update src/app/page.tsx

This commit is contained in:
2026-05-31 20:41:20 +00:00
parent d50a805a32
commit 96e82ab50e

View File

@@ -8,7 +8,7 @@ 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, Hammer, Drill, HardHat, Leaf, Paintbrush, Faucet, Bolt, Zap, SprayCan, Home, Grid, Lock } from 'lucide-react';
import { MessageCircle, Store, Package, Clock, Star, Users, Briefcase, Award, Hammer, Drill, HardHat, Leaf, Paintbrush, Bolt, Zap, SprayCan, Home, Grid, Lock, Wrench } from 'lucide-react';
export default function HomePage() {
const navItems = [
@@ -111,7 +111,7 @@ export default function HomePage() {
{ icon: HardHat, title: "Construcción", description: "Albañilería y materiales.", button: { text: "Explorar", href: "/productos" } },
{ icon: Leaf, title: "Jardín y Exterior", description: "Todo para tu espacio verde.", button: { text: "Explorar", href: "/productos" } },
{ icon: Paintbrush, title: "Pinturería", description: "Colores y accesorios.", button: { text: "Explorar", href: "/productos" } },
{ icon: Faucet, title: "Plomería y Gas", description: "Soluciones para tu hogar.", button: { text: "Explorar", href: "/productos" } },
{ icon: Wrench, title: "Plomería y Gas", description: "Soluciones para tu hogar.", button: { text: "Explorar", href: "/productos" } },
{ icon: Bolt, title: "Tornillería y Fijaciones", description: "Amplia variedad en stock.", button: { text: "Explorar", href: "/productos" } },
{ icon: Lock, title: "Cerrajería y Seguridad", description: "Protege lo que más importa.", button: { text: "Explorar", href: "/productos" } },
{ icon: Zap, title: "Electricidad", description: "Materiales y accesorios.", button: { text: "Explorar", href: "/productos" } },