diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b9ccaa..c40c850 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,10 @@ export default function LandingPage() { ]} title="New Arrivals" description="The latest styles curated for your closet." - buttons={[{ text: "View All Products", href: "/catalog" }]} + buttons={[ + { text: "View All Products", href: "/catalog" }, + { text: "Shop Collections", href: "#products" } + ]} />