From ebde06d47c8744139cb50cde853dbeb90820fc1c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:08:32 +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 a346a2c..d2e021d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d129bb37cc8fed79a6d062eaf4bc4aab8981ce8c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:08:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fd070e..2a84ab7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,8 +99,8 @@ export default function HomePage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Browse Products", href: "/products" }, { text: "Start Selling", href: "/auth/signup" }, + { text: "Explore Now", href: "/products" }, ]} imageSrc="http://img.b2bpic.net/free-photo/cute-girls-doing-yoga-summer-park_1157-36560.jpg" imageAlt="Students using CampusHub marketplace" @@ -251,4 +251,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1