Update src/app/page.tsx

This commit is contained in:
2026-03-11 23:09:09 +00:00
parent 872b8af9d9
commit e2201c8c60

View File

@@ -68,7 +68,7 @@ export default function HomePage() {
navItems={navItems}
button={{
text: "Start Listing", href: "/seller"}}
brandName="AuctionHub"
brandName="Exotic Auctions"
/>
</div>
@@ -162,7 +162,7 @@ export default function HomePage() {
<div id="categories" data-section="categories">
<SplitAbout
title="Multiple Categories, One Platform"
description="Whether you're buying or selling luxury vehicles, timepieces, fine art, or other collectibles, AuctionHub connects you with the right community."
description="Whether you're buying or selling luxury vehicles, timepieces, fine art, or other collectibles, Exotic Auctions connects you with the right community."
tag="All Categories"
textboxLayout="default"
useInvertedBackground={false}
@@ -232,7 +232,7 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Community Says"
description="Real feedback from buyers and sellers who trust AuctionHub for their most valuable auctions."
description="Real feedback from buyers and sellers who trust Exotic Auctions for their most valuable auctions."
tag="User Reviews"
textboxLayout="default"
useInvertedBackground={false}
@@ -247,7 +247,7 @@ export default function HomePage() {
{
id: "4", name: "Alex Park", role: "Collector", testimonial: "The platform treats all collectibles with equal respect and provides transparent bidding. Seamless experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "Alex Park"},
{
id: "5", name: "Emma Thompson", role: "Luxury Seller", testimonial: "The interface is intuitive, the support team is responsive, and the bidding is competitive. I recommend AuctionHub to all my collector friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg", imageAlt: "Emma Thompson"},
id: "5", name: "Emma Thompson", role: "Luxury Seller", testimonial: "The interface is intuitive, the support team is responsive, and the bidding is competitive. I recommend Exotic Auctions to all my collector friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg", imageAlt: "Emma Thompson"},
{
id: "6", name: "David Kumar", role: "First-Time Seller", testimonial: "As a first-time seller, I was nervous about the process. Their guidance made it simple, and my item sold quickly. Great experience overall.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "David Kumar"},
]}
@@ -258,7 +258,7 @@ export default function HomePage() {
<div id="faq" data-section="faq">
<FaqSplitText
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"
@@ -283,8 +283,8 @@ export default function HomePage() {
{/* 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>