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