Update src/app/browse/page.tsx

This commit is contained in:
2026-03-11 23:09:07 +00:00
parent 1fff95a268
commit d382f3a25b

View File

@@ -62,7 +62,7 @@ export default function BrowsePage() {
navItems={navItems}
button={{
text: "Start Listing", href: "/seller"}}
brandName="AuctionHub"
brandName="Exotic Auctions"
/>
</div>
@@ -155,8 +155,8 @@ export default function BrowsePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterBase
logoText="AuctionHub"
copyrightText="© 2025 AuctionHub. All rights reserved. Connecting collectors worldwide."
logoText="Exotic Auctions"
copyrightText="© 2025 Exotic Auctions. All rights reserved. Connecting collectors worldwide."
columns={footerColumns}
/>
</div>