Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e1cdcf469 | |||
| f39252e488 | |||
| e1ed38717c | |||
| 43d2ee8723 | |||
| 219e307ecf | |||
| c99622c0e5 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user