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 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