Update src/app/page.tsx

This commit is contained in:
2026-03-11 23:02:11 +00:00
parent d32783170f
commit a7ff4bfa6a

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "Start Browsing", href: "/browse"},
text: "Browse Auctions Now", href: "/browse"},
{
text: "Become a Seller", href: "/seller"},
]}
@@ -291,4 +291,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}