Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 15:30:17 +00:00

View File

@@ -128,13 +128,13 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
team={[ team={[
{ {
id: "1", name: "Alex Chen", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Chen, Club President"}, id: "1", name: "Alex Chen", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alex Chen, Club President"},
{ {
id: "2", name: "Sarah Johnson", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson, Vice President"}, id: "2", name: "Sarah Johnson", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Johnson, Vice President"},
{ {
id: "3", name: "Marcus Rodriguez", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez, Tech Lead"}, id: "3", name: "Marcus Rodriguez", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Rodriguez, Tech Lead"},
{ {
id: "4", name: "Emma Wilson", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Wilson, Events Coordinator"}, id: "4", name: "Emma Wilson", role: "Events Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emma Wilson, Events Coordinator"},
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -151,13 +151,13 @@ export default function LandingPage() {
cardTagIcon={Star} cardTagIcon={Star}
testimonials={[ testimonials={[
{ {
id: "1", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park"}, id: "1", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "David Park"},
{ {
id: "2", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa Thompson"}, id: "2", name: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Lisa Thompson"},
{ {
id: "3", name: "James Kumar", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Kumar"}, id: "3", name: "James Kumar", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "James Kumar"},
{ {
id: "4", name: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sophia Martinez"}, id: "4", name: "Sophia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Sophia Martinez"},
]} ]}
cardAnimation="slide-up" cardAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}