Update src/app/page.tsx

This commit is contained in:
2026-03-11 22:54:13 +00:00
parent e73142c022
commit 0436c259f9

View File

@@ -103,7 +103,7 @@ export default function HomePage() {
carouselItems={[
{
id: "carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg?_wi=1",
imageAlt: "Luxury sports car auction",
},
{
@@ -113,22 +113,22 @@ export default function HomePage() {
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg",
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",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428524.jpg?_wi=1",
imageAlt: "NFT digital art showcase",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/people-antique-store-side-view_23-2149640716.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-antique-store-side-view_23-2149640716.jpg?_wi=1",
imageAlt: "Luxury items collection",
},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg?_wi=1",
imageAlt: "Fast validation process",
},
]}
@@ -153,42 +153,42 @@ export default function HomePage() {
id: "1",
name: "Ferrari Testarossa",
price: "$487,000",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33181.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33181.jpg?_wi=1",
imageAlt: "Red Ferrari sports car",
},
{
id: "2",
name: "Rolex Submariner Gold",
price: "$42,500",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-checking-time_23-2149322941.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-checking-time_23-2149322941.jpg?_wi=1",
imageAlt: "Luxury gold watch",
},
{
id: "3",
name: "Abstract Canvas #47",
price: "$18,900",
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg",
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",
imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg?_wi=1",
imageAlt: "Digital collectible NFT",
},
{
id: "5",
name: "1967 Jaguar E-Type",
price: "$156,000",
imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-car_1157-7446.jpg?_wi=1",
imageAlt: "Classic collector car",
},
{
id: "6",
name: "Cartier Diamond Watch",
price: "$38,700",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-ring-together_1303-30658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-shop-choosing-ring-together_1303-30658.jpg?_wi=1",
imageAlt: "Diamond-studded luxury watch",
},
]}
@@ -211,21 +211,21 @@ export default function HomePage() {
id: "01",
title: "Create Listing",
description: "Upload high-quality photos, set your starting bid, and provide item details. Our AI-powered system suggests optimal pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24275.jpg?_wi=2",
imageAlt: "Listing creation interface",
},
{
id: "02",
title: "Fast Validation",
description: "Our expert team verifies authenticity and condition within 24 hours. We handle the hard work so you don't have to.",
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg?_wi=2",
imageAlt: "Validation process",
},
{
id: "03",
title: "Live Auction",
description: "Your item goes live immediately after validation. Reach thousands of buyers worldwide and maximize your sale price.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709120.jpg?_wi=2",
imageAlt: "Live auction marketplace",
},
]}
@@ -241,7 +241,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg"
imageSrc="http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=2"
imageAlt="Product categories showcase"
bulletPoints={[
{
@@ -345,7 +345,7 @@ export default function HomePage() {
name: "Marcus Chen",
role: "Collector & Seller",
testimonial: "The validation process is incredibly fast. My Ferrari was listed within 24 hours and sold for 15% above my asking price. Best auction platform for collectors.",
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg?_wi=1",
imageAlt: "Marcus Chen",
},
{
@@ -353,7 +353,7 @@ export default function HomePage() {
name: "Sofia Rodriguez",
role: "Watch Enthusiast",
testimonial: "Found my holy grail Rolex here. The seller verification gives me confidence that everything is authentic. This is the future of luxury auctions.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=1",
imageAlt: "Sofia Rodriguez",
},
{
@@ -361,7 +361,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg?_wi=1",
imageAlt: "James Mitchell",
},
{
@@ -369,7 +369,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=1",
imageAlt: "Alex Park",
},
{
@@ -377,7 +377,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg?_wi=1",
imageAlt: "Emma Thompson",
},
{
@@ -385,7 +385,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=1",
imageAlt: "David Kumar",
},
]}