From b20c9ec28385929ab6e9afa108f917f54033c83b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:22:50 +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 90e0e47..2ed84a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "qualified-teachers", name: "Qualified Educators", price: "Expert Care", variant: "Certified & Experienced", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Experienced preschool teacher" + id: "qualified-teachers", name: "Qualified Educators", price: "Expert Care", variant: "Certified & Experienced", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Experienced preschool teacher" }, { id: "safe-environment", name: "Safe Environment", price: "Top Priority", variant: "Fully Equipped & Secure", imageSrc: "http://img.b2bpic.net/free-photo/two-little-girls-go-school-holding-hands-back-view_169016-13535.jpg", imageAlt: "Safe preschool facility" @@ -131,7 +131,7 @@ export default function LandingPage() { id: "outdoor-play", name: "Outdoor Play", price: "Nature Exploration", variant: "Active Development", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-running-track_23-2148267994.jpg", imageAlt: "Children playing outdoors" }, { - id: "parent-communication", name: "Parent Communication", price: "Stay Connected", variant: "Daily Updates & Involvement", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mother-helping-daughter_23-2148389393.jpg", imageAlt: "Parent enrollment consultation" + id: "parent-communication", name: "Parent Communication", price: "Stay Connected", variant: "Daily Updates & Involvement", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mother-helping-daughter_23-2148389393.jpg?_wi=1", imageAlt: "Parent enrollment consultation" } ]} gridVariant="bento-grid" @@ -156,7 +156,7 @@ export default function LandingPage() { id: "director", name: "Sarah Mitchell - Director", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-book-coffee_23-2150062155.jpg", imageAlt: "Director Sarah Mitchell" }, { - id: "teacher1", name: "Emily Rodriguez - Lead Teacher", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lead Teacher Emily Rodriguez" + id: "teacher1", name: "Emily Rodriguez - Lead Teacher", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lead Teacher Emily Rodriguez" }, { id: "teacher2", name: "James Chen - Educator", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg", imageAlt: "Educator James Chen" @@ -184,10 +184,10 @@ export default function LandingPage() { id: "2", title: "Best Decision", quote: "Choosing Little Stars was the best decision we made. The communication from teachers is excellent, and our son comes home happy and excited about what he learned.", name: "Michael Thompson", role: "Parent of Lucas (Age 4)", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-parents-looking-their-daughter-playing-with-toys_23-2147878244.jpg", imageAlt: "Michael Thompson testimonial" }, { - id: "3", title: "Truly Caring Community", quote: "The staff treats each child like their own. Our children have made wonderful friendships, and the curriculum is engaging and age-appropriate.", name: "Amanda Rodriguez", role: "Parent of Sophia & Noah", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-painting_23-2147997787.jpg", imageAlt: "Amanda Rodriguez testimonial" + id: "3", title: "Truly Caring Community", quote: "The staff treats each child like their own. Our children have made wonderful friendships, and the curriculum is engaging and age-appropriate.", name: "Amanda Rodriguez", role: "Parent of Sophia & Noah", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-painting_23-2147997787.jpg?_wi=1", imageAlt: "Amanda Rodriguez testimonial" }, { - id: "4", title: "Kindergarten Ready", quote: "Our son transitioned seamlessly to kindergarten thanks to the excellent preparation at Little Stars. The teachers truly care about each child's development.", name: "David Kim", role: "Parent of Ethan (Age 5)", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-painting_23-2147997787.jpg", imageAlt: "David Kim testimonial" + id: "4", title: "Kindergarten Ready", quote: "Our son transitioned seamlessly to kindergarten thanks to the excellent preparation at Little Stars. The teachers truly care about each child's development.", name: "David Kim", role: "Parent of Ethan (Age 5)", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-painting_23-2147997787.jpg?_wi=2", imageAlt: "David Kim testimonial" } ]} /> @@ -237,7 +237,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-mother-helping-daughter_23-2148389393.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-mother-helping-daughter_23-2148389393.jpg?_wi=2" imageAlt="Parent enrollment consultation" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1