diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a3da55..c0a2fb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,12 +85,16 @@ 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?_wi=1", 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?_wi=1", 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"}, + 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" + }, ]} animationType="slide-up" textboxLayout="default" @@ -165,17 +169,23 @@ export default function LandingPage() {