From 99368039ca2098f1a6956c5565dbdd5d9158c7cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:23:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 985577a..23216f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,6 +155,9 @@ export default function LandingPage() { ]} title="Explore Top Picks" description="Browse today's best offerings from our local partners." + buttons={[ + { text: "View All Products", href: "/products" } + ]} /> @@ -272,4 +275,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1