From ed8e12bb1332f1ca54cf16fe5d6bfc12bda1cb9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:19:22 +0000 Subject: [PATCH 1/2] 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 44c4432..e0d92d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -141,7 +141,7 @@ export default function LandingPage() { "24/7 security", "child-proofed facilities", ], - imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg?_wi=1", }, { id: "f2", @@ -150,7 +150,7 @@ export default function LandingPage() { "Certified teachers", "compassionate approach", ], - imageSrc: "http://img.b2bpic.net/free-photo/teacher-showing-students-interesting-book_329181-10527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teacher-showing-students-interesting-book_329181-10527.jpg?_wi=1", }, { id: "f3", @@ -159,7 +159,7 @@ export default function LandingPage() { "Play-based curriculum", "creative art classes", ], - imageSrc: "http://img.b2bpic.net/free-photo/kids-with-toys-table_53876-166976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-with-toys-table_53876-166976.jpg?_wi=1", }, ]} title="Why Little Buds?" @@ -180,7 +180,7 @@ export default function LandingPage() { quote: "My daughter loves every day here!", tag: "Mom", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-mother-with-little-son-home_273609-14781.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg?_wi=2", imageAlt: "smiling parent testimonial", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { quote: "Best environment for development.", tag: "Dad", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574089.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg?_wi=2", imageAlt: "smiling parent testimonial", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "Truly caring teachers.", tag: "Mom", avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-kitchen_1157-25462.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/teacher-showing-students-interesting-book_329181-10527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teacher-showing-students-interesting-book_329181-10527.jpg?_wi=2", imageAlt: "smiling parent testimonial", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Exceeded all expectations.", tag: "Dad", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-father-playing-with-boy_23-2150182554.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/kids-with-toys-table_53876-166976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-with-toys-table_53876-166976.jpg?_wi=2", imageAlt: "smiling parent testimonial", }, { -- 2.49.1 From 31247783f9cdde153ae506896ef6fc8ec7d52c9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:19:22 +0000 Subject: [PATCH 2/2] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 7dd162f..c237370 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-playing-floor-with-colorful-toys_23-2149357222.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg?_wi=3", imageAlt: "Young children sitting on floor playing", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/little-child-painting-like-artist_23-2148178267.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-with-helmets_1149-663.jpg?_wi=3", imageAlt: "Young children sitting on floor playing", }, ]} -- 2.49.1