diff --git a/src/app/page.tsx b/src/app/page.tsx index 32783a1..1a61ff7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,10 +142,10 @@ export default function LandingPage() { tagIcon={MessageCircle} tagAnimation="slide-up" testimonials={[ - { id: "1", name: "Alexandra Torres", role: "Senior, Class of 2024", company: "Harvard-Bound Student", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Alexandra Torres" }, - { id: "2", name: "Jordan Lee", role: "Junior, Debate Team Captain", company: "Student Leader", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Jordan Lee" }, - { id: "3", name: "Priya Patel", role: "Senior, Robotics Club President", company: "STEM Scholar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Priya Patel" }, - { id: "4", name: "Marcus Johnson", role: "Junior, Athletics & Honors Student", company: "Student-Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Marcus Johnson" } + { id: "1", name: "Alexandra Torres", role: "Senior, Class of 2024", company: "Harvard-Bound Student", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=1", imageAlt: "Alexandra Torres" }, + { id: "2", name: "Jordan Lee", role: "Junior, Debate Team Captain", company: "Student Leader", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=2", imageAlt: "Jordan Lee" }, + { id: "3", name: "Priya Patel", role: "Senior, Robotics Club President", company: "STEM Scholar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=3", imageAlt: "Priya Patel" }, + { id: "4", name: "Marcus Johnson", role: "Junior, Athletics & Honors Student", company: "Student-Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg?_wi=4", imageAlt: "Marcus Johnson" } ]} kpiItems={[ { value: "2,400+", label: "Active Students" },