Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 19:59:39 +00:00
parent 0f139e4a73
commit 0332204193

View File

@@ -87,13 +87,13 @@ export default function AboutPage() {
tag="Dedicated Leaders"
members={[
{
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson - Club President"},
id: "1", name: "Nynji ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Nynji - Club President"},
{
id: "2", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Jessica Martinez - Vice President"},
id: "2", name: "CJN", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "CJN - Vice President"},
{
id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson - Events Coordinator"},
id: "3", name: "Viiper", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Viiper - Events Coordinator"},
{
id: "4", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emily Chen - Membership Manager"},
id: "4", name: "Thomas", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Thomas - Membership Manager"},
]}
memberVariant="card"
useInvertedBackground={true}
@@ -121,7 +121,7 @@ export default function AboutPage() {
{
id: "4", name: "Emily Martinez", handle: "@emily_automotive", testimonial: "As a female car enthusiast, MotorClub provided the inclusive community I was looking for. Everyone is welcoming and supportive. Love this place!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emily Martinez"},
{
id: "5", name: "David Thompson", handle: "@davidthompson_cars", testimonial: "The organization and professionalism of events is top-notch. From logistics to the atmosphere, MotorClub always delivers an exceptional experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"},
id: "5", name: "Viiper", handle: "@davidthompson_cars", testimonial: "The organization and professionalism of events is top-notch. From logistics to the atmosphere, MotorClub always delivers an exceptional experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Viiper"},
{
id: "6", name: "Lisa Wang", handle: "@lisawang_automotive", testimonial: "Found not just a club, but a family. The members genuinely care about each other and share knowledge freely. This is what community should be.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Wang"},
]}