Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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" } },
|
||||
|
||||
@@ -70,8 +70,8 @@ export default function ProductosPage() {
|
||||
title="Nuestros Productos"
|
||||
description="Explorá nuestra amplia selección de herramientas, materiales y accesorios para tu obra."
|
||||
icon={ShoppingBag}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/supermarket_74190-4412.jpg"
|
||||
imageAlt="Product catalog banner"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/sample-video.mp4"
|
||||
videoAriaLabel="Product catalog video"
|
||||
mediaAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Products page header"
|
||||
|
||||
Reference in New Issue
Block a user