From 29f894ae9cd676f7bfc61f818ab672ebf31ef7ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 12:32:09 +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 8c1f4aa..c810e56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,6 +161,9 @@ export default function LandingPage() { cardTitle="What Our Shoppers Say" cardTag="Happy Visitors" cardAnimation="slide-up" + buttons={[ + {text: "Read More Reviews", href: "#"} + ]} /> @@ -213,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1