From 61e7d4bb5eacc0ef7b2a794307a718d2894fdec0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:39:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35f9bc7..b24e105 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,6 +128,10 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={true} + buttons={[ + { text: "Start Shopping", href: "/products" }, + ]} + buttonAnimation="slide-up" />