diff --git a/src/app/page.tsx b/src/app/page.tsx index eca1e77..51efd88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Star } from "lucide-react"; +import { Star, Sparkles, ShieldCheck, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -31,48 +31,33 @@ export default function LandingPage() {
@@ -225,16 +149,13 @@ export default function LandingPage() {
@@ -244,54 +165,33 @@ export default function LandingPage() { logoText="UKLA WEAR" columns={[ { - title: "Categorías", - items: [ + title: "Categorías", items: [ { - label: "Hoodies", - href: "#products", - }, + label: "Hoodies", href: "#products"}, { - label: "Camisetas", - href: "#products", - }, + label: "Camisetas", href: "#products"}, { - label: "Pantalones", - href: "#products", - }, + label: "Pantalones", href: "#products"}, { - label: "Accesorios", - href: "#products", - }, + label: "Accesorios", href: "#products"}, ], }, { - title: "Ukla", - items: [ + title: "Ukla", items: [ { - label: "Sobre Nosotros", - href: "#features", - }, + label: "Sobre Nosotros", href: "#features"}, { - label: "Testimonios", - href: "#testimonials", - }, + label: "Testimonios", href: "#testimonials"}, { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Términos de Servicio", - href: "#", - }, + label: "Términos de Servicio", href: "#"}, ], }, ]}