From 578ca460942e828ecf76b8f96fda9fda48a0afd5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:19:39 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52db26d..b35b73e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,9 +154,6 @@ export default function HomePage() { animationType="slide-up" useInvertedBackground={true} gridVariant="uniform-all-items-equal" - buttons={[ - { text: "Browse All", href: "/products" } - ]} products={[ { id: "1", name: "Soft Toys Collection", price: "Starting ₹199", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686933.jpg", imageAlt: "Colorful soft toys and plush animals"}, @@ -252,4 +249,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}