diff --git a/src/app/page.tsx b/src/app/page.tsx index fbd0877..f006ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -186,6 +186,9 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Start Shopping with Confidence", href: "products" } + ]} /> @@ -236,4 +239,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file