Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 02:06:28 +00:00
2 changed files with 9 additions and 1430 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -99,8 +99,8 @@ export default function HomePage() {
]}
enableKpiAnimation={true}
buttons={[
{ text: "Start Selling", href: "/auth/signup" },
{ text: "Browse Products", href: "/products" },
{ text: "Start Selling", href: "/auth/signup" },
]}
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>
);
}
}