diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 90390af..c1234ea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ad73a87..28f5d6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file