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