diff --git a/src/app/page.tsx b/src/app/page.tsx index 24feb52..4348056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,6 +135,10 @@ export default function LandingPage() { ]} title="Our Best Sellers" description="Explore the collection that everyone is talking about." + buttons={[ + { + text: "View All Products", href: "/catalog"}, + ]} />