From 4e191e9650f6c8980f0564e91257be81af6a74c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:56:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 03d1f55..89b94d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1396,4 +1396,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From e70e29b6ab3258aea92ca4a4d58479b4c6bd7967 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:56:42 +0000 Subject: [PATCH 2/2] 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 b35b73e..52db26d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,6 +154,9 @@ 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"}, @@ -249,4 +252,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1