Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 15:34:21 +00:00

View File

@@ -128,13 +128,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
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"
animationType="slide-up"
@@ -151,13 +151,13 @@ export default function LandingPage() {
cardTagIcon={Star}
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"
useInvertedBackground={false}