Merge version_2 into main #2
@@ -1420,4 +1420,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" }
|
||||
@@ -230,4 +230,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user