6 Commits

Author SHA1 Message Date
6e1cdcf469 Update src/app/page.tsx 2026-03-06 02:52:28 +00:00
f39252e488 Update src/app/layout.tsx 2026-03-06 02:52:27 +00:00
e1ed38717c Merge version_2 into main
Merge version_2 into main
2026-03-06 02:47:53 +00:00
43d2ee8723 Update src/app/page.tsx 2026-03-06 02:47:49 +00:00
219e307ecf Update src/app/layout.tsx 2026-03-06 02:47:49 +00:00
c99622c0e5 Merge version_1 into main
Merge version_1 into main
2026-03-06 02:38:47 +00:00
2 changed files with 6 additions and 8 deletions

View File

@@ -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: {
@@ -1420,4 +1421,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
navItems={[
{ name: "Shop", id: "products" },
{ name: "About", id: "about" },
{ name: "Latest", id: "drop" }
{ name: "Latest", id: "gallery" }
]}
button={{ text: "Contact", href: "https://wa.me/message" }}
animateOnLoad={true}
@@ -52,7 +52,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "MODESTO Hub", logoIcon: Shirt,
title: "Dashboard", logoIcon: Shirt,
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-cap-dressed-ripped-jeans-white-shirt-sitting-longboard-skatepark_613910-19389.jpg?_wi=1", searchPlaceholder: "Buscar prendas...", buttons: [
{ text: "Comprar", href: "#products" },
{ text: "Drops", href: "#drop" }
@@ -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
},
@@ -230,4 +227,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}