Update src/app/page.tsx

This commit is contained in:
2026-05-31 20:36:55 +00:00
parent 87dcd610c5
commit ba18ab7c5e

View File

@@ -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" }}
/>
</div>
@@ -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() {
<div id="trust-metrics" data-section="trust-metrics">
<MetricCardOne
title="Confianza y Trayectoria"
description="Conocé por qué somos tu mejor opción en Bahía Blanca."
metrics={[
{ id: "metric-1", value: "Local Físico", title: "14 de Julio 2857, BB", description: "", icon: Store },
{ id: "metric-2", value: "Envíos y Retiros", title: "Coordiná por WhatsApp", description: "", icon: Package },
@@ -128,6 +129,8 @@ export default function HomePage() {
<div id="why-choose-us" data-section="why-choose-us">
<MetricCardOne
title="¿Por qué elegir FerreShop?"
description="Descubrí los beneficios de comprar con nosotros."
metrics={[
{ id: "metric-5", value: "Expertos", title: "Asesoramiento Profesional", description: "Nuestro equipo te guiará en cada proyecto.", icon: Users },
{ id: "metric-6", value: "Calidad", title: "Marcas Líderes", description: "Solo trabajamos con productos de alta gama.", icon: Award },
@@ -147,8 +150,8 @@ export default function HomePage() {
title="La mejor ferretería de Bahía Blanca."
description="4.7 promedio en Google"
testimonials={[
{ id: "1", name: "Matias Rial", role: "Cliente", testimonial: "La mejor ferretería. Buen surtido, precio y calidad. Excelente atención.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-expressing-dissatisfaction-blue-shirt-looking-displeased-front-view_176474-99162.jpg?_wi=1", imageAlt: "Avatar of Matias Rial", icon: Star },
{ id: "2", name: "Gaby Trujillo", role: "Cliente", testimonial: "Tienen de todo, y te atienden de 10. Siempre tengo la solución que necesito.", imageSrc: "http://img.b2bpic.net/free-photo/packaging-advisor-having-merchandise-boxes-hands_482257-88034.jpg?_wi=1", imageAlt: "Avatar of Gaby Trujillo", icon: Star },
{ id: "1", name: "Matias Rial", role: "Cliente", testimonial: "La mejor ferretería. Buen surtido, precio y calidad. Excelente atención.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-expressing-dissatisfaction-blue-shirt-looking-displeased-front-view_176474-99162.jpg", imageAlt: "Avatar of Matias Rial", icon: Star },
{ id: "2", name: "Gaby Trujillo", role: "Cliente", testimonial: "Tienen de todo, y te atienden de 10. Siempre tengo la solución que necesito.", imageSrc: "http://img.b2bpic.net/free-photo/packaging-advisor-having-merchandise-boxes-hands_482257-88034.jpg", imageAlt: "Avatar of Gaby Trujillo", icon: Star },
{ id: "3", name: "Guillermo Calderoni", role: "Cliente", testimonial: "Personal que asesora de forma muy profesional con amplios conocimientos. Los recomiendo.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer-service-agent_23-2151933145.jpg", imageAlt: "Avatar of Guillermo Calderoni", icon: Star },
{ id: "4", name: "Juan Perez", role: "Cliente", testimonial: "Excelente atención y variedad de productos. Siempre encuentro lo que busco.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772847.jpg", imageAlt: "Avatar of Juan Perez", icon: Star },
{ id: "5", name: "Maria Lopez", role: "Cliente", testimonial: "Muy buenos precios y la calidad de los productos es inmejorable. Recomiendo FerreShop.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170408.jpg", imageAlt: "Avatar of Maria Lopez", icon: Star }