From 010510df35e718341af785f0e0c069e3d6518b23 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 10:13:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00e790d..75069c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, HelpCircle, MessageSquare, Shield, Smartphone, Users, Wrench } from 'lucide-react'; +import { Award, HelpCircle, MessageSquare, Shield, Smartphone, Users, Wrench, Package } from 'lucide-react'; export default function LandingPage() { return ( @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Sobre Nosotros", id: "about" }, { name: "Servicios", id: "services" }, { name: "Productos", id: "products" }, + { name: "Accesorios", id: "accessories" }, { name: "Contacto", id: "contact" } ]} brandName="Moovo" @@ -137,6 +138,38 @@ export default function LandingPage() { /> +
+ +
+