From 194b64bb6071bf6e7faad4526d878fc04a728e32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:01:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d81dc3..1339361 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,13 +55,13 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg", imageAlt: "Student success team working together" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg?_wi=1", imageAlt: "Student success team working together" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-students-learning-together-group-study_23-2149211064.jpg", imageAlt: "Students achieving academic goals" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-students-learning-together-group-study_23-2149211064.jpg?_wi=1", imageAlt: "Students achieving academic goals" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-friend-something-from-notebook_23-2149265815.jpg", imageAlt: "Student agency career development" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-friend-something-from-notebook_23-2149265815.jpg?_wi=1", imageAlt: "Student agency career development" }, { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-having-fun-business-event_23-2149370542.jpg", imageAlt: "Educational excellence student recognition" @@ -88,7 +88,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Learn More", href: "#services" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=1" imageAlt="Professional student agency office interior" useInvertedBackground={false} /> @@ -106,15 +106,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Leadership", title: "Executive Coaching", subtitle: "Develop critical leadership competencies", description: "Our expert coaches work one-on-one with high-potential students to build essential leadership skills, strategic thinking, and executive presence. Perfect for students aiming for management positions and leadership roles.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg", imageAlt: "Leadership coaching session", buttons: [{ text: "Learn More", href: "#" }] + tag: "Leadership", title: "Executive Coaching", subtitle: "Develop critical leadership competencies", description: "Our expert coaches work one-on-one with high-potential students to build essential leadership skills, strategic thinking, and executive presence. Perfect for students aiming for management positions and leadership roles.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149831296.jpg?_wi=2", imageAlt: "Leadership coaching session", buttons: [{ text: "Learn More", href: "#" }] }, { id: 2, - tag: "Networking", title: "Elite Network Access", subtitle: "Connect with industry leaders and peers", description: "Gain exclusive access to our curated network of professionals, alumni, and industry leaders. Participate in high-level networking events, mentorship circles, and exclusive symposiums designed for ambitious students.", imageSrc: "http://img.b2bpic.net/free-photo/young-students-learning-together-group-study_23-2149211064.jpg", imageAlt: "Networking event with professionals", buttons: [{ text: "Learn More", href: "#" }] + tag: "Networking", title: "Elite Network Access", subtitle: "Connect with industry leaders and peers", description: "Gain exclusive access to our curated network of professionals, alumni, and industry leaders. Participate in high-level networking events, mentorship circles, and exclusive symposiums designed for ambitious students.", imageSrc: "http://img.b2bpic.net/free-photo/young-students-learning-together-group-study_23-2149211064.jpg?_wi=2", imageAlt: "Networking event with professionals", buttons: [{ text: "Learn More", href: "#" }] }, { id: 3, - tag: "Development", title: "Career Acceleration", subtitle: "Fast-track your professional journey", description: "Our tailored career development programs connect you with internships, job opportunities, and career progression strategies. We provide personalized career planning, interview coaching, and industry-specific guidance.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-friend-something-from-notebook_23-2149265815.jpg", imageAlt: "Career development planning session", buttons: [{ text: "Learn More", href: "#" }] + tag: "Development", title: "Career Acceleration", subtitle: "Fast-track your professional journey", description: "Our tailored career development programs connect you with internships, job opportunities, and career progression strategies. We provide personalized career planning, interview coaching, and industry-specific guidance.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-her-friend-something-from-notebook_23-2149265815.jpg?_wi=2", imageAlt: "Career development planning session", buttons: [{ text: "Learn More", href: "#" }] } ]} /> @@ -232,7 +232,7 @@ export default function LandingPage() {