Update src/app/browse/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user