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() { /> +
+ +
+