Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-25 18:04:15 +00:00

View File

@@ -31,39 +31,26 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "About Us",
id: "about",
href: "/about",
name: "About Us", id: "about"
},
{
name: "Courses",
id: "courses",
href: "/courses",
name: "Courses", id: "courses"
},
{
name: "Teachers",
id: "teachers",
href: "/teachers",
name: "Teachers", id: "teachers"
},
{
name: "Results",
id: "results",
href: "/results",
name: "Results", id: "results"
},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "contact"
}
]}
button={{
text: "Login",
href: "/login",
text: "Login", href: "/login"
}}
brandName="Enzo Academy"
/>
@@ -73,74 +60,53 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "downward-rays-animated",
variant: "downward-rays-animated"
}}
imagePosition="right"
title="Unlock Your Future with Enzo Academy"
description="Learn English, IELTS, and modern skills with top instructors. Our personalized approach ensures your success on a global stage."
testimonials={[
{
name: "Sarah J.",
handle: "@ielts_pro",
testimonial: "Enzo Academy helped me achieve an 8.0 in IELTS! The instructors are amazing and the course material is top-notch. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-playful-teenage-girl-with-book-head_23-2148448077.jpg",
imageAlt: "Sarah Johnson, successful IELTS student",
name: "Sarah J.", handle: "@ielts_pro", testimonial: "Enzo Academy helped me achieve an 8.0 in IELTS! The instructors are amazing and the course material is top-notch. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-playful-teenage-girl-with-book-head_23-2148448077.jpg", imageAlt: "Sarah Johnson, successful IELTS student"
},
{
name: "Michael L.",
handle: "@english_master",
testimonial: "The General English course improved my fluency significantly. I feel much more confident speaking now. Thank you, Enzo!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blithesome-girl-white-headphones-smiling-nature-outdoor-shot-amazing-female-model-with-cup-coffee-listening-music_197531-20005.jpg",
imageAlt: "Michael Lee, successful English student",
name: "Michael L.", handle: "@english_master", testimonial: "The General English course improved my fluency significantly. I feel much more confident speaking now. Thank you, Enzo!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blithesome-girl-white-headphones-smiling-nature-outdoor-shot-amazing-female-model-with-cup-coffee-listening-music_197531-20005.jpg", imageAlt: "Michael Lee, successful English student"
},
{
name: "Emily R.",
handle: "@grammar_guru",
testimonial: "Enzo Academy's grammar and writing courses are incredibly detailed. My academic essays have never been better. A fantastic investment!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/best-university-country_329181-3038.jpg",
imageAlt: "Emily Rodriguez, successful writing student",
name: "Emily R.", handle: "@grammar_guru", testimonial: "Enzo Academy's grammar and writing courses are incredibly detailed. My academic essays have never been better. A fantastic investment!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/best-university-country_329181-3038.jpg", imageAlt: "Emily Rodriguez, successful writing student"
},
{
name: "David K.",
handle: "@speaking_star",
testimonial: "I used to be shy, but after Enzo's speaking courses, I can present with confidence. The practical sessions were key!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-adult-woman-smiling-library_23-2148464520.jpg",
imageAlt: "David Kim, successful speaking student",
},
name: "David K.", handle: "@speaking_star", testimonial: "I used to be shy, but after Enzo's speaking courses, I can present with confidence. The practical sessions were key!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-adult-woman-smiling-library_23-2148464520.jpg", imageAlt: "David Kim, successful speaking student"
}
]}
testimonialRotationInterval={5000}
tag="Your Global Learning Partner"
buttons={[
{
text: "Join Now",
href: "/login",
text: "Join Now", href: "/login"
},
{
text: "Explore Courses",
href: "/courses",
},
text: "Explore Courses", href: "/courses"
}
]}
buttonAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/handsome-blond-young-man-wearing-casual-plaid-shirt-looking-away-grey-wall_176420-598.jpg",
alt: "Student 1",
src: "http://img.b2bpic.net/free-photo/handsome-blond-young-man-wearing-casual-plaid-shirt-looking-away-grey-wall_176420-598.jpg", alt: "Student 1"
},
{
src: "http://img.b2bpic.net/free-vector/organic-flat-business-people-collection_23-2148946519.jpg",
alt: "Student 2",
src: "http://img.b2bpic.net/free-vector/organic-flat-business-people-collection_23-2148946519.jpg", alt: "Student 2"
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-looking-smiling-grey-t-shirt-front-view_176474-16115.jpg",
alt: "Student 3",
src: "http://img.b2bpic.net/free-photo/young-woman-looking-smiling-grey-t-shirt-front-view_176474-16115.jpg", alt: "Student 3"
},
{
src: "http://img.b2bpic.net/free-vector/flat-design-youth-day-background_23-2148206609.jpg",
alt: "Student 4",
},
src: "http://img.b2bpic.net/free-vector/flat-design-youth-day-background_23-2148206609.jpg", alt: "Student 4"
}
]}
avatarText="Join 1000+ happy students!"
imageSrc="http://img.b2bpic.net/free-photo/school-scene-with-queer-teens_23-2150379415.jpg"
@@ -156,8 +122,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Enzo Academy"
description={[
"Enzo Academy is dedicated to empowering students to achieve global success through high-quality English language and modern skills education. Our mission is to provide an inclusive and dynamic learning environment that fosters critical thinking, confidence, and proficiency.",
"We envision becoming a leading education center, recognized for our innovative teaching methodologies, exceptional instructors, and a track record of student achievement. With a focus on real-world application, we prepare our students not just for tests, but for life-long learning and international opportunities.",
"Enzo Academy is dedicated to empowering students to achieve global success through high-quality English language and modern skills education. Our mission is to provide an inclusive and dynamic learning environment that fosters critical thinking, confidence, and proficiency.", "We envision becoming a leading education center, recognized for our innovative teaching methodologies, exceptional instructors, and a track record of student achievement. With a focus on real-world application, we prepare our students not just for tests, but for life-long learning and international opportunities."
]}
showBorder={false}
/>
@@ -172,36 +137,21 @@ export default function LandingPage() {
carouselMode="buttons"
features={[
{
id: "ielts-prep",
title: "IELTS Preparation",
description: "Achieve your desired band score with our intensive IELTS courses covering all four modules: Listening, Reading, Writing, and Speaking.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-student-with-textbook-notebook_23-2147844664.jpg",
imageAlt: "IELTS preparation books and study materials",
id: "ielts-prep", title: "IELTS Preparation", description: "Achieve your desired band score with our intensive IELTS courses covering all four modules: Listening, Reading, Writing, and Speaking.", imageSrc: "http://img.b2bpic.net/free-photo/crop-student-with-textbook-notebook_23-2147844664.jpg", imageAlt: "IELTS preparation books and study materials"
},
{
id: "general-english",
title: "General English",
description: "Improve your everyday communication skills, vocabulary, and grammar in a supportive and interactive learning environment.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-travel-agency-office_23-2150801478.jpg",
imageAlt: "Students in a general English conversation class",
id: "general-english", title: "General English", description: "Improve your everyday communication skills, vocabulary, and grammar in a supportive and interactive learning environment.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-travel-agency-office_23-2150801478.jpg", imageAlt: "Students in a general English conversation class"
},
{
id: "speaking-courses",
title: "Speaking Courses",
description: "Boost your fluency and confidence with our specialized speaking courses, focusing on pronunciation, intonation, and public speaking.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616716.jpg",
imageAlt: "Student giving a confident presentation",
id: "speaking-courses", title: "Speaking Courses", description: "Boost your fluency and confidence with our specialized speaking courses, focusing on pronunciation, intonation, and public speaking.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616716.jpg", imageAlt: "Student giving a confident presentation"
},
{
id: "grammar-writing",
title: "Grammar & Writing",
description: "Master complex grammatical structures and develop effective writing techniques for academic and professional purposes.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-kids-english-class-online_23-2148962949.jpg",
imageAlt: "Person studying grammar and writing notes",
},
id: "grammar-writing", title: "Grammar & Writing", description: "Master complex grammatical structures and develop effective writing techniques for academic and professional purposes.", imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-kids-english-class-online_23-2148962949.jpg", imageAlt: "Person studying grammar and writing notes"
}
]}
title="Our Core Programs"
description="At Enzo Academy, we offer a comprehensive range of courses designed to meet your every learning need, taught by experienced and passionate educators."
buttonAnimation="slide-up"
/>
</div>
@@ -213,32 +163,25 @@ export default function LandingPage() {
carouselMode="buttons"
metrics={[
{
id: "students",
icon: Users,
title: "Students Enrolled",
value: "1000+",
id: "students", icon: Users,
title: "Students Enrolled", value: "1000+"
},
{
id: "success-rate",
icon: Award,
title: "Success Rate",
value: "95%",
id: "success-rate", icon: Award,
title: "Success Rate", value: "95%"
},
{
id: "courses",
icon: BookOpen,
title: "Courses Offered",
value: "15+",
id: "courses", icon: BookOpen,
title: "Courses Offered", value: "15+"
},
{
id: "instructors",
icon: UserCheck,
title: "Expert Instructors",
value: "20+",
},
id: "instructors", icon: UserCheck,
title: "Expert Instructors", value: "20+"
}
]}
title="Our Achievements Speak Volumes"
description="We are proud of the impact Enzo Academy has made in helping students around the world achieve their academic and professional goals."
buttonAnimation="slide-up"
/>
</div>
@@ -250,21 +193,17 @@ export default function LandingPage() {
author="Anya Sharma, IELTS 7.5 Achiever"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/handsome-blond-young-man-wearing-casual-plaid-shirt-looking-away-grey-wall_176420-598.jpg",
alt: "Anya Sharma",
src: "http://img.b2bpic.net/free-photo/handsome-blond-young-man-wearing-casual-plaid-shirt-looking-away-grey-wall_176420-598.jpg", alt: "Anya Sharma"
},
{
src: "http://img.b2bpic.net/free-vector/organic-flat-business-people-collection_23-2148946519.jpg",
alt: "John Doe",
src: "http://img.b2bpic.net/free-vector/organic-flat-business-people-collection_23-2148946519.jpg", alt: "John Doe"
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-looking-smiling-grey-t-shirt-front-view_176474-16115.jpg",
alt: "Jane Smith",
src: "http://img.b2bpic.net/free-photo/young-woman-looking-smiling-grey-t-shirt-front-view_176474-16115.jpg", alt: "Jane Smith"
},
{
src: "http://img.b2bpic.net/free-vector/flat-design-youth-day-background_23-2148206609.jpg",
alt: "David Lee",
},
src: "http://img.b2bpic.net/free-vector/flat-design-youth-day-background_23-2148206609.jpg", alt: "David Lee"
}
]}
ratingAnimation="entrance-slide"
avatarsAnimation="entrance-slide"
@@ -277,25 +216,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How do I register for a course?",
content: "You can register for any course directly through our website by visiting the 'Courses' page, selecting your desired course, and clicking the 'Enroll Now' button.",
id: "q1", title: "How do I register for a course?", content: "You can register for any course directly through our website by visiting the 'Courses' page, selecting your desired course, and clicking the 'Enroll Now' button."
},
{
id: "q2",
title: "What payment methods are accepted?",
content: "We accept various payment methods including major credit/debit cards, bank transfers, and several popular online payment platforms. Specific options will be displayed during the checkout process.",
id: "q2", title: "What payment methods are accepted?", content: "We accept various payment methods including major credit/debit cards, bank transfers, and several popular online payment platforms. Specific options will be displayed during the checkout process."
},
{
id: "q3",
title: "Do you offer placement tests?",
content: "Yes, we offer free online placement tests to help you determine your current English proficiency level and recommend the most suitable course for you. Contact us to schedule yours.",
id: "q3", title: "Do you offer placement tests?", content: "Yes, we offer free online placement tests to help you determine your current English proficiency level and recommend the most suitable course for you. Contact us to schedule yours."
},
{
id: "q4",
title: "What if I miss a class?",
content: "We understand that unforeseen circumstances can arise. Our classes are recorded and available for review, ensuring you don't miss out on any content. You can also connect with instructors for catch-up sessions.",
},
id: "q4", title: "What if I miss a class?", content: "We understand that unforeseen circumstances can arise. Our classes are recorded and available for review, ensuring you don't miss out on any content. You can also connect with instructors for catch-up sessions."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-cheerful-call-center-manager-evaluating-company-intern-performance_482257-117848.jpg"
imageAlt="Student asking question in online class"
@@ -316,24 +247,20 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/enzoacademy",
ariaLabel: "Instagram",
href: "https://instagram.com/enzoacademy", ariaLabel: "Instagram"
},
{
icon: Send,
href: "https://t.me/enzoacademy",
ariaLabel: "Telegram",
href: "https://t.me/enzoacademy", ariaLabel: "Telegram"
},
{
icon: Facebook,
href: "https://facebook.com/enzoacademy",
ariaLabel: "Facebook",
href: "https://facebook.com/enzoacademy", ariaLabel: "Facebook"
},
{
icon: Twitter,
href: "https://twitter.com/enzoacademy",
ariaLabel: "Twitter",
},
href: "https://twitter.com/enzoacademy", ariaLabel: "Twitter"
}
]}
/>
</div>