From a275681156e1f5b455ee96067c32b7794e761c60 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f96971c..6a3da55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,10 +85,10 @@ export default function LandingPage() { features={[ { id: "benefit-1", title: "Priority Track Day Access", author: "Racing Events", description: "Experience high-performance driving on professional racing circuits with expert instruction and exclusive sessions.", tags: ["Racing", "Exclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg", imageAlt: "Track day racing event"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg?_wi=1", imageAlt: "Track day racing event"}, { id: "benefit-2", title: "VIP Event Invitations", author: "Special Events", description: "Be first to attend premium automotive showcases, new model launches, and networking galas throughout the year.", tags: ["Events", "Networking"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg", imageAlt: "Luxury car showcase event"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg?_wi=1", imageAlt: "Luxury car showcase event"}, { id: "benefit-3", title: "Exclusive Member Discounts", author: "Financial Benefits", description: "Enjoy substantial savings on maintenance, parts, accessories, and insurance through our premium partner network.", tags: ["Savings", "Partners"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-female-colleagues-working-with-documents-table_1262-12287.jpg", imageAlt: "Membership benefits overview"}, ]} @@ -106,10 +106,10 @@ export default function LandingPage() { tagIcon={Calendar} products={[ { - id: "event-1", name: "Spring Track Day Championship", price: "Member Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg", imageAlt: "Spring track day racing event", initialQuantity: 1, + id: "event-1", name: "Spring Track Day Championship", price: "Member Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg?_wi=2", imageAlt: "Spring track day racing event", initialQuantity: 1, }, { - id: "event-2", name: "Summer European Roadshow", price: "Limited Spots", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg", imageAlt: "European luxury auto showcase", initialQuantity: 1, + id: "event-2", name: "Summer European Roadshow", price: "Limited Spots", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4752.jpg?_wi=2", imageAlt: "European luxury auto showcase", initialQuantity: 1, }, { id: "event-3", name: "Annual Member Networking Gala", price: "All Invited", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132607.jpg", imageAlt: "Premium networking event", initialQuantity: 1, -- 2.49.1