Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 02:47:54 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1420,4 +1420,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" }
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}