Merge version_1 into main #1
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
tag="Leadership"
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{ id: "1", name: "Marco Rossi", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Marco Rossi, Head Coach" },
|
||||
{ id: "1", name: "Marco Rossi", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Marco Rossi, Head Coach" },
|
||||
{ id: "2", name: "Sarah Mueller", role: "Women's Program Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-out-indoors-bicycle_23-2149175384.jpg", imageAlt: "Sarah Mueller, Women's Program Director" },
|
||||
{ id: "3", name: "Klaus Weber", role: "Technical Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg", imageAlt: "Klaus Weber, Technical Director" },
|
||||
{ id: "4", name: "Anna Schmitz", role: "Youth Coach", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Anna Schmitz, Youth Coach" }
|
||||
@@ -128,12 +128,12 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Andreas Keller", role: "Competitive Rower", company: "Elite Division", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Andreas Keller" },
|
||||
{ id: "2", name: "Petra Hoffmann", role: "Women's Team Member", company: "Sprint Program", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Petra Hoffmann" },
|
||||
{ id: "3", name: "Thomas Schneider", role: "Junior Program", company: "Youth Division", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Thomas Schneider" },
|
||||
{ id: "4", name: "Francesca Rossi", role: "Masters Rower", company: "Recreational Program", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Francesca Rossi" },
|
||||
{ id: "5", name: "David Zimmermann", role: "Competitive Rower", company: "Elite Division", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "David Zimmermann" },
|
||||
{ id: "6", name: "Lisa Weber", role: "Doubles Partner", company: "Doubles Program", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Lisa Weber" }
|
||||
{ id: "1", name: "Andreas Keller", role: "Competitive Rower", company: "Elite Division", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Andreas Keller" },
|
||||
{ id: "2", name: "Petra Hoffmann", role: "Women's Team Member", company: "Sprint Program", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "Petra Hoffmann" },
|
||||
{ id: "3", name: "Thomas Schneider", role: "Junior Program", company: "Youth Division", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=4", imageAlt: "Thomas Schneider" },
|
||||
{ id: "4", name: "Francesca Rossi", role: "Masters Rower", company: "Recreational Program", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=5", imageAlt: "Francesca Rossi" },
|
||||
{ id: "5", name: "David Zimmermann", role: "Competitive Rower", company: "Elite Division", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=6", imageAlt: "David Zimmermann" },
|
||||
{ id: "6", name: "Lisa Weber", role: "Doubles Partner", company: "Doubles Program", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=7", imageAlt: "Lisa Weber" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user