Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 23:09:08 +00:00
parent d382f3a25b
commit 964314302e

View File

@@ -58,7 +58,7 @@ export default function ContactPage() {
<NavbarStyleCentered
navItems={navItems}
button={{ text: "Start Listing", href: "/seller" }}
brandName="AuctionHub"
brandName="Exotic Auctions"
/>
</div>
@@ -85,7 +85,7 @@ export default function ContactPage() {
"Register, set a proxy bid, and our system automatically bids on your behalf up to your maximum. The highest bidder wins. Real-time notifications keep you updated."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about buying, selling, and bidding on AuctionHub."
sideDescription="Everything you need to know about buying, selling, and bidding on Exotic Auctions."
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
@@ -96,8 +96,8 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={footerColumns}
logoText="AuctionHub"
copyrightText="© 2025 AuctionHub. All rights reserved. Connecting collectors worldwide."
logoText="Exotic Auctions"
copyrightText="© 2025 Exotic Auctions. All rights reserved. Connecting collectors worldwide."
/>
</div>
</ThemeProvider>