4 Commits

Author SHA1 Message Date
5e0abea530 Merge version_3 into main
Merge version_3 into main
2026-03-08 02:08:36 +00:00
d129bb37cc Update src/app/page.tsx 2026-03-08 02:08:32 +00:00
ebde06d47c Update src/app/layout.tsx 2026-03-08 02:08:32 +00:00
0ee82bf448 Merge version_2 into main
Merge version_2 into main
2026-03-08 02:06:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}