From a9a59d59f6ea87bfd4220f25f6ea63178ba06bab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:44:54 +0000 Subject: [PATCH] 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 5239625..abaaf09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,18 +20,18 @@ export default function LandingPage() { ]; const carouselImages = [ - { id: "hero-1", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Kids learning English in a fun classroom" }, - { id: "hero-2", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Teacher helping a young student" }, - { id: "hero-3", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Group of children engaged in an activity" }, - { id: "hero-4", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Happy kids learning English" }, - { id: "hero-5", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Teacher with students in a creative class" }, - { id: "hero-6", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80", imageAlt: "Students collaborating on a project" } + { id: "hero-1", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=1", imageAlt: "Kids learning English in a fun classroom" }, + { id: "hero-2", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=1", imageAlt: "Teacher helping a young student" }, + { id: "hero-3", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=2", imageAlt: "Group of children engaged in an activity" }, + { id: "hero-4", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=2", imageAlt: "Happy kids learning English" }, + { id: "hero-5", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=3", imageAlt: "Teacher with students in a creative class" }, + { id: "hero-6", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80&_wi=3", imageAlt: "Students collaborating on a project" } ]; const courses = [ - { id: "course-1", name: "Seedling English (Ages 4-6)", price: "From $99/month", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80", imageAlt: "Happy child learning" }, + { id: "course-1", name: "Seedling English (Ages 4-6)", price: "From $99/month", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80&_wi=1", imageAlt: "Happy child learning" }, { id: "course-2", name: "Explorer English (Ages 7-8)", price: "From $120/month", imageSrc: "https://images.unsplash.com/photo-1546410531-eed626804a62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80", imageAlt: "Kids exploring" }, - { id: "course-3", name: "Innovator English (Ages 9-10)", price: "From $140/month", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80", imageAlt: "Creative learning" } + { id: "course-3", name: "Innovator English (Ages 9-10)", price: "From $140/month", imageSrc: "https://images.unsplash.com/photo-1524178232363-bb23363364f8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=800&q=80&_wi=2", imageAlt: "Creative learning" } ]; const teamMembers = [