Update src/app/page.tsx

This commit is contained in:
2026-03-11 23:04:16 +00:00
parent f33db749b3
commit 6829836c82

View File

@@ -19,7 +19,6 @@ export default function HomePage() {
{ name: "Browse", id: "products" },
{ name: "Sell", id: "how-to-sell" },
{ name: "Categories", id: "categories" },
{ name: "NFTs", id: "nfts" },
{ name: "About", id: "about" },
];
@@ -77,7 +76,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Discover & Bid on Premium Auctions"
description="Luxury cars, exclusive watches, fine art, and NFTs all in one platform. Fast validation, transparent bidding, and secure transactions for collectors and enthusiasts."
description="Luxury cars, exclusive watches, fine art, and more all in one platform. Fast validation, transparent bidding, and secure transactions for collectors and enthusiasts."
tag="Youth-Focused Marketplace"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -98,7 +97,7 @@ export default function HomePage() {
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg?_wi=1", imageAlt: "Contemporary art exhibition"},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428524.jpg", imageAlt: "NFT digital art showcase"},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428524.jpg", imageAlt: "Digital art showcase"},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/people-antique-store-side-view_23-2149640716.jpg", imageAlt: "Luxury items collection"},
{
@@ -128,7 +127,7 @@ export default function HomePage() {
{
id: "3", name: "Abstract Canvas #47", price: "$18,900", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=1", imageAlt: "Modern abstract painting"},
{
id: "4", name: "Digital Realm NFT", price: "5.2 ETH", imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg", imageAlt: "Digital collectible NFT"},
id: "4", name: "Vintage Record Player", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg", imageAlt: "Vintage collectible record player"},
{
id: "5", name: "1967 Jaguar E-Type", price: "$156,000", imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg", imageAlt: "Classic collector car"},
{
@@ -163,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 digital collectibles, AuctionHub connects you with the right community."
description="Whether you're buying or selling luxury vehicles, timepieces, fine art, or other collectibles, AuctionHub connects you with the right community."
tag="All Categories"
textboxLayout="default"
useInvertedBackground={false}
@@ -181,7 +180,7 @@ export default function HomePage() {
title: "Fine Art", description: "Contemporary, modern, and classic artwork curated and authenticated by art experts.", icon: Palette,
},
{
title: "Digital Collectibles", description: "NFTs, crypto art, and blockchain-based collectibles in a secure marketplace.", icon: Zap,
title: "Collectibles", description: "Vintage items, memorabilia, and rare collectibles in a secure marketplace.", icon: Zap,
},
]}
mediaAnimation="blur-reveal"
@@ -246,7 +245,7 @@ export default function HomePage() {
{
id: "3", name: "James Mitchell", role: "Art Dealer", testimonial: "Sold three pieces in the first month. The platform connects serious collectors worldwide. Fees are fair and payouts are fast.", imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", imageAlt: "James Mitchell"},
{
id: "4", name: "Alex Park", role: "NFT Collector", testimonial: "Finally, a marketplace that treats digital art with the same respect as physical collectibles. The blockchain integration is seamless.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", imageAlt: "Alex Park"},
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"},
{
@@ -272,9 +271,9 @@ export default function HomePage() {
{
id: "3", title: "How do I know items are authentic?", content: "All items are verified by certified experts in their respective categories. We stand behind authenticity with our guarantee program."},
{
id: "4", title: "Can I sell NFTs?", content: "Yes! We support blockchain-verified NFTs. Simply provide the contract address and token ID, and we handle the rest including smart contract integration."},
id: "4", title: "What items can I sell?", content: "We accept luxury vehicles, premium watches, fine art, vintage collectibles, and other high-value items. All items must pass our authentication process."},
{
id: "5", title: "What payment methods do you accept?", content: "We accept credit cards, bank transfers, cryptocurrency (Bitcoin, Ethereum), and digital wallets. All transactions are secured and insured."},
id: "5", title: "What payment methods do you accept?", content: "We accept credit cards, bank transfers, and digital wallets. All transactions are secured and insured."},
{
id: "6", title: "How do I bid and win?", content: "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."},
]}
@@ -291,4 +290,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}