From fc866e518a9cee6759ce38e935ad4992a101cc44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:12:32 +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 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 -- 2.49.1