Update src/app/page.tsx

This commit is contained in:
2026-04-07 14:10:28 +00:00
parent 0540f687d4
commit d94a44fc2b

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
handle: "Parent",
testimonial: "The community here is extraordinary. My children have blossomed into confident, thoughtful thinkers.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=1",
imageAlt: "modern international school campus",
},
{
@@ -78,7 +78,7 @@ export default function LandingPage() {
handle: "Alumni",
testimonial: "Chadwick prepared me for life at a top tier university. The critical thinking skills are unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/classmates-learning-together-from-laptop-notes_23-2149265813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/classmates-learning-together-from-laptop-notes_23-2149265813.jpg?_wi=1",
imageAlt: "diverse students classroom",
},
{
@@ -86,7 +86,7 @@ export default function LandingPage() {
handle: "Faculty",
testimonial: "Teaching here is a joy. The intellectual curiosity of our students is inspiring every day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=1",
imageAlt: "robotics classroom lab",
},
{
@@ -94,7 +94,7 @@ export default function LandingPage() {
handle: "Parent",
testimonial: "We found a truly global atmosphere where our kids feel valued and challenged.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-brush_23-2149050484.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-brush_23-2149050484.jpg?_wi=1",
imageAlt: "students in art studio",
},
{
@@ -102,7 +102,7 @@ export default function LandingPage() {
handle: "Student",
testimonial: "I love the arts and sports program. There's always a way to explore my passions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/volleyball-players-having-match_23-2149492338.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/volleyball-players-having-match_23-2149492338.jpg?_wi=1",
imageAlt: "school basketball court",
},
]}
@@ -116,7 +116,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=2"
imageAlt="Chadwick International School Campus"
avatars={[
{
@@ -152,7 +152,7 @@ export default function LandingPage() {
description="At Chadwick International School, we aim to develop the whole child—intellectually, socially, and emotionally—within a diverse and inclusive community."
subdescription="Our curriculum fosters critical inquiry and global awareness, preparing students to be ethical, responsible, and capable leaders in an ever-changing world."
icon={Globe}
imageSrc="http://img.b2bpic.net/free-photo/classmates-learning-together-from-laptop-notes_23-2149265813.jpg"
imageSrc="http://img.b2bpic.net/free-photo/classmates-learning-together-from-laptop-notes_23-2149265813.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -165,17 +165,17 @@ export default function LandingPage() {
{
title: "Innovative STEM Programs",
description: "Hands-on learning with advanced labs for physics, chemistry, and robotics.",
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=2",
},
{
title: "Creative Arts & Design",
description: "A robust arts program featuring studio space, performance halls, and design studios.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-brush_23-2149050484.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-brush_23-2149050484.jpg?_wi=2",
},
{
title: "Comprehensive Athletics",
description: "Top-tier indoor gymnasiums, sports fields, and diverse extracurricular athletic clubs.",
imageSrc: "http://img.b2bpic.net/free-photo/volleyball-players-having-match_23-2149492338.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/volleyball-players-having-match_23-2149492338.jpg?_wi=2",
},
]}
title="Academic Excellence"
@@ -323,7 +323,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Request Info"
termsText="By submitting, you agree to our privacy policy regarding your contact information."
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=3"
/>
</div>