diff --git a/src/app/page.tsx b/src/app/page.tsx index d34433d..169e05e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -91,11 +91,11 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Jenkins", role: "Parent", company: "Class of 2024", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" }, + { id: "1", name: "Sarah Jenkins", role: "Parent", company: "Class of 2024", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=1" }, { id: "2", name: "Leo Martinez", role: "Student", company: "Class of 2025", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-schoolyard_23-2147667430.jpg" }, { id: "3", name: "Dr. Susan Ray", role: "Educator", company: "Academic Board", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, { id: "4", name: "Marcus Chen", role: "Alumni", company: "Class of 2020", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg" }, - { id: "5", name: "Elena Rodriguez", role: "Parent", company: "Class of 2026", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" }, + { id: "5", name: "Elena Rodriguez", role: "Parent", company: "Class of 2026", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=2" }, ]} title="Parent & Student Voices" description="Hear what our community says about their experience at EduGrow Academy." @@ -113,7 +113,7 @@ export default function LandingPage() {