diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ac8ba6..6e50af6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { { text: "Become a Creator", href: "#for-creators" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg?_wi=1" imageAlt="Creator auction platform live event" mediaAnimation="slide-up" imagePosition="right" @@ -83,10 +83,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Private Concert Session", price: "Current Bid: $850", imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19725.jpg", imageAlt: "Private concert with indie artist", initialQuantity: 1 + id: "1", name: "Private Concert Session", price: "Current Bid: $850", imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19725.jpg?_wi=1", imageAlt: "Private concert with indie artist", initialQuantity: 1 }, { - id: "2", name: "Personalized Fitness Coaching", price: "Current Bid: $620", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "One-on-one fitness coaching session", initialQuantity: 1 + id: "2", name: "Personalized Fitness Coaching", price: "Current Bid: $620", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=1", imageAlt: "One-on-one fitness coaching session", initialQuantity: 1 }, { id: "3", name: "Art Masterclass & Studio Tour", price: "Current Bid: $450", imageSrc: "http://img.b2bpic.net/free-photo/skilled-painters-working-together-artwork-artistic-workshop_482257-115919.jpg", imageAlt: "Art masterclass with professional artist", initialQuantity: 1 @@ -108,15 +108,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Browse & Discover", description: "Explore live auctions from your favorite creators. Filter by category, price, or creator type to find experiences that excite you.", imageSrc: "http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg", imageAlt: "Browse auction listings" + title: "Browse & Discover", description: "Explore live auctions from your favorite creators. Filter by category, price, or creator type to find experiences that excite you.", imageSrc: "http://img.b2bpic.net/free-photo/blured-photo-crowded-concert-hall-with-scene-stage-lights-with-people-rock-performance_627829-6110.jpg?_wi=2", imageAlt: "Browse auction listings" }, { id: 2, - title: "Bid & Compete", description: "Place real-time bids and watch the action unfold. Get notified instantly when you're outbid so you never miss a chance.", imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19725.jpg", imageAlt: "Live bidding interface" + title: "Bid & Compete", description: "Place real-time bids and watch the action unfold. Get notified instantly when you're outbid so you never miss a chance.", imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19725.jpg?_wi=2", imageAlt: "Live bidding interface" }, { id: 3, - title: "Win & Connect", description: "Secure your auction, connect with your creator, and create an unforgettable memory. Payments are secure and experiences are guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg", imageAlt: "Creator connection and experience" + title: "Win & Connect", description: "Secure your auction, connect with your creator, and create an unforgettable memory. Payments are secure and experiences are guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/achievement-muscle-gym-man-active_1139-707.jpg?_wi=2", imageAlt: "Creator connection and experience" } ]} />