From 2f0e791940492e3cd637d4dd5da781753e16ff74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:19:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afba380..ab8af9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/artist-workshop-with-paintings-wall_23-2148185856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/artist-workshop-with-paintings-wall_23-2148185856.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/art-desk-concept-with-painting-supplies_23-2148577655.jpg", @@ -123,7 +123,7 @@ export default function LandingPage() { "Development", "Play", ], - imageSrc: "http://img.b2bpic.net/free-photo/artist-workshop-with-paintings-wall_23-2148185856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-workshop-with-paintings-wall_23-2148185856.jpg?_wi=2", imageAlt: "Young activist taking action", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { "Learning", "Discovery", ], - imageSrc: "http://img.b2bpic.net/free-photo/child-sitting-near-water-colors-paper_23-2148037942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/child-sitting-near-water-colors-paper_23-2148037942.jpg?_wi=1", imageAlt: "Young activist taking action", }, ]} @@ -153,19 +153,19 @@ export default function LandingPage() { id: "curr", name: "Standard Curriculum", price: "Integrated", - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughters-sitting-grass_23-2147638883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughters-sitting-grass_23-2147638883.jpg?_wi=1", }, { id: "loose", name: "Loose Parts Play", price: "Hands-on", - imageSrc: "http://img.b2bpic.net/free-photo/child-sitting-near-water-colors-paper_23-2148037942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/child-sitting-near-water-colors-paper_23-2148037942.jpg?_wi=2", }, { id: "enrich", name: "Piper's Key", price: "Specialized", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-students-hugging-their-teacher_23-2148633328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-students-hugging-their-teacher_23-2148633328.jpg?_wi=1", }, ]} title="Curriculum" @@ -213,7 +213,7 @@ export default function LandingPage() { name: "Mark D.", handle: "@tlc-family", testimonial: "My child loves the Reggio approach.", - imageSrc: "http://img.b2bpic.net/free-photo/artist-workshop-with-paintings-wall_23-2148185856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-workshop-with-paintings-wall_23-2148185856.jpg?_wi=3", imageAlt: "Girl with brush near set of water colors and paper sitting on floor", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { name: "Elena R.", handle: "@tlc-family", testimonial: "Excellent care and learning environment.", - imageSrc: "http://img.b2bpic.net/free-photo/child-sitting-near-water-colors-paper_23-2148037942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/child-sitting-near-water-colors-paper_23-2148037942.jpg?_wi=3", imageAlt: "Girl with brush near set of water colors and paper sitting on floor", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { name: "James P.", handle: "@tlc-family", testimonial: "Dedicated and kind teachers.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-students-hugging-their-teacher_23-2148633328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-students-hugging-their-teacher_23-2148633328.jpg?_wi=2", imageAlt: "Girl with brush near set of water colors and paper sitting on floor", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { name: "Linda M.", handle: "@tlc-family", testimonial: "Highly recommended for Hudson families.", - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughters-sitting-grass_23-2147638883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughters-sitting-grass_23-2147638883.jpg?_wi=2", imageAlt: "Girl with brush near set of water colors and paper sitting on floor", }, ]} -- 2.49.1