Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 06:19:50 +00:00

View File

@@ -57,16 +57,16 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=1", imageAlt: "Interactive learning with engaged students" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=2", imageAlt: "Friendly teacher with supportive classroom" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg?_wi=1", imageAlt: "English language learning session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg?_wi=1", imageAlt: "Mathematics lesson in progress" }
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Interactive learning with engaged students" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Friendly teacher with supportive classroom" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg", imageAlt: "English language learning session" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg", imageAlt: "Mathematics lesson in progress" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=3", imageAlt: "Supportive teacher guidance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg?_wi=2", imageAlt: "Interactive classroom engagement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg?_wi=2", imageAlt: "Focused student learning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=4", imageAlt: "Happy students in class" }
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Supportive teacher guidance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26843.jpg", imageAlt: "Interactive classroom engagement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-girl-filling-papers-with-graphs-diagrams-while-african-woman-sharing-ideas-with-redhead-bearded-colleague-touch-pad_273609-6350.jpg", imageAlt: "Focused student learning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg", imageAlt: "Happy students in class" }
]}
carouselPosition="right"
background={{ variant: "glowing-orb" }}
@@ -97,7 +97,6 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/people-table-library_23-2147678900.jpg"
imageAlt="Modern classroom environment at Miracle Academy"
imagePosition="right"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -115,9 +114,8 @@ export default function LandingPage() {
tag="Available Programs"
tagIcon={BookOpen}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg"
imageAlt="Miracle Academy course offerings"
imagePosition="left"
mediaAnimation="slide-up"
accordionItems={[
{
@@ -134,6 +132,7 @@ export default function LandingPage() {
}
]}
useInvertedBackground={false}
mediaPosition="left"
buttons={[
{ text: "Choose Your Course", href: "contact" }
]}