From cb33fa1c577900bd3a62ff24e4452869cc139aaf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:32:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1596a49..0354ff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@learn", testimonial: "I learned more about AI in one session than in a year of school.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blond-female-student-with-backpack-smiling-camera-satisfied-as-holding-cup-takeaway_1258-115818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blond-female-student-with-backpack-smiling-camera-satisfied-as-holding-cup-takeaway_1258-115818.jpg?_wi=1", }, { name: "Parent B", @@ -102,7 +102,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-peach-sweater-backpack-isolated-green-olive-color-wall_343596-5302.jpg", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896310.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", @@ -170,7 +170,7 @@ export default function LandingPage() { description: "Building a library of accessible technical content.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -198,7 +198,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896310.jpg?_wi=2", imageAlt: "video placeholder abstract AI", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", imageAlt: "video placeholder abstract AI", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blond-female-student-with-backpack-smiling-camera-satisfied-as-holding-cup-takeaway_1258-115818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blond-female-student-with-backpack-smiling-camera-satisfied-as-holding-cup-takeaway_1258-115818.jpg?_wi=2", imageAlt: "video placeholder abstract AI", }, ]} -- 2.49.1