From df82d131165ae8f8f9397558af593857073a64d1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 07:30:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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"}, + ]} /> -- 2.49.1