Update src/app/page.tsx

This commit is contained in:
2026-03-08 02:08:32 +00:00
parent ebde06d47c
commit d129bb37cc

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}