Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-07 19:32:20 +00:00

View File

@@ -208,27 +208,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marcus Thompson", role: "Software Engineer", company: "Tech Industry", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-coffee-break-city_23-2148289249.jpg?_wi=2", imageAlt: "happy BMW owner car pride portrait smiling"
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-coffee-break-city_23-2148289249.jpg?_wi=2", imageAlt: "happy BMW owner car pride portrait smiling", storyContent: "Joining BMW Pride Club changed my life. I found not just car enthusiasts, but a family that celebrates who I am. The events are amazing and the community is incredibly welcoming."
},
{
id: "2", name: "David Nguyen", role: "Designer", company: "Creative Studios", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-repairmen-car-workshop_23-2147897995.jpg?_wi=2", imageAlt: "smiling automotive enthusiast community member photo"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-repairmen-car-workshop_23-2147897995.jpg?_wi=2", imageAlt: "smiling automotive enthusiast community member photo", storyContent: "As a gay designer and BMW lover, this club is my sanctuary. It's a place where my passion for cars and my authentic self come together perfectly."
},
{
id: "3", name: "Ryan Patterson", role: "Business Owner", company: "Automotive Sales", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-views-car-trip_23-2149401821.jpg?_wi=2", imageAlt: "enthusiastic car lover community connection portrait"
imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-views-car-trip_23-2149401821.jpg?_wi=2", imageAlt: "enthusiastic car lover community connection portrait", storyContent: "The track days are phenomenal. But what really sets this club apart is the genuine friendships and connections I've made. It's a brotherhood and sisterhood on wheels."
},
{
id: "4", name: "Jamie Sullivan", role: "Financial Analyst", company: "Finance Sector", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/car-buyer-liking-new-vehicle-interior-vehicle-dealership_342744-733.jpg", imageAlt: "smiling community member automotive passion lifestyle"
imageSrc: "http://img.b2bpic.net/free-photo/car-buyer-liking-new-vehicle-interior-vehicle-dealership_342744-733.jpg", imageAlt: "smiling community member automotive passion lifestyle", storyContent: "I've never felt more accepted anywhere. The BMW Pride Club isn't just about cars it's about celebrating diversity, inclusion, and the freedom to be yourself."
},
{
id: "5", name: "Alex Kim", role: "Marketing Manager", company: "Digital Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-coffee-break-city_23-2148289249.jpg?_wi=3", imageAlt: "happy BMW owner car pride portrait smiling"
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-coffee-break-city_23-2148289249.jpg?_wi=3", imageAlt: "happy BMW owner car pride portrait smiling", storyContent: "The Pride Cruise was the highlight of my year. Driving through the city with hundreds of LGBTQ car enthusiasts was empowering and unforgettable."
},
{
id: "6", name: "Sam López", role: "Mechanical Engineer", company: "Motorsports", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-repairmen-car-workshop_23-2147897995.jpg?_wi=3", imageAlt: "smiling automotive enthusiast community member photo"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-repairmen-car-workshop_23-2147897995.jpg?_wi=3", imageAlt: "smiling automotive enthusiast community member photo", storyContent: "This community has given me confidence and belonging. Whether it's technical discussions or social events, everyone is supportive and inclusive."
}
]}
gridVariant="three-columns-all-equal-width"
@@ -237,6 +237,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Member testimonials section"
enableFlip={true}
/>
</div>