From b14cc39efe1909f7560f7a9c4378973b21568008 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 22:06:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aee0b7..51733fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,6 +60,11 @@ export default function LandingPage() { value: "24/7", label: "Available"}, ]} enableKpiAnimation={true} + buttons={[ + { + text: "Shop the Collection", href: "#products" + } + ]} imageSrc="http://img.b2bpic.net/free-photo/miscellaneous-items-being-sold-yard-sale_23-2151216848.jpg" mediaAnimation="slide-up" avatars={[ -- 2.49.1