diff --git a/src/app/page.tsx b/src/app/page.tsx
index 31f0bba..4456119 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,10 +29,10 @@ export default function LandingPage() {
@@ -59,7 +59,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=11", imageAlt: "Model in inclusive fashion 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=12", imageAlt: "Model in inclusive fashion 6" },
]}
- buttons={[{ text: "Shop Men", href: "#men" }, { text: "Shop Women", href: "#women" }]}
+ buttons={[{ text: "Shop Men", href: "/products" }, { text: "Shop Women", href: "/products" }]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445026.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-window-elegant-waistcoat-new-feminity-concept_23-2148951061.jpg", alt: "User 2" },
@@ -158,8 +158,8 @@ export default function LandingPage() {