diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1234ea..45969ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,8 @@ export const metadata: Metadata = { openGraph: { title: "MODESTO - Streetwear Urbano", description: "Hacemos que la ropa hable por vos. Colecciones exclusivas y ediciones limitadas.", type: "website", siteName: "MODESTO", images: [ { - url: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg", alt: "MODESTO Streetwear Collection"}, + url: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg", alt: "MODESTO Streetwear Collection" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 28f5d6b..91f61bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,9 +139,6 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" features={[ - { - title: "Diseño Exclusivo", description: "Pieza única pensada para destacar sin hablar.", bentoComponent: "reveal-icon", icon: Sparkles - }, { title: "Calidad Premium", description: "Algodón 100% importado con acabados cuidados.", bentoComponent: "reveal-icon", icon: Award },