Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-08 02:08:36 +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>
);
}
}