diff --git a/src/app/page.tsx b/src/app/page.tsx index a20491d..8e3745d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}