From f39252e4886d1774bcf1f48f575f8de70997c4a9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:52:27 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: { -- 2.49.1 From 6e1cdcf469808668bc5d30f330556a67a7af2096 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:52:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) 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 }, -- 2.49.1