Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-04-22 01:55:29 +00:00
4 changed files with 62 additions and 354 deletions

View File

@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Courses",
id: "/courses",
},
{
name: "Test",
id: "/test",
},
{
name: "Admin",
id: "/admin",
},
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Test", id: "/test" },
{ name: "Admin", id: "/admin" },
]}
brandName="IEA"
/>
@@ -54,34 +42,17 @@ export default function LandingPage() {
title="Admin Dashboard"
description="Manage content and users."
metrics={[
{
id: "a1",
value: "500",
title: "Total Users",
items: [
"Students",
"Staff",
],
},
{
id: "a2",
value: "12",
title: "New Courses",
items: [
"Drafts",
"Published",
],
},
{ id: "a1", value: "500", title: "Total Users", items: ["Students", "Staff"] },
{ id: "a2", value: "12", title: "New Courses", items: ["Drafts", "Published"] },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Security"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Security Request"
description="Contact site admin for access."
imageSrc="http://img.b2bpic.net/free-photo/young-asia-financial-student-ladies-watching-lesson-online-studying-with-laptop-tablet-living-room-from-home-night_7861-3429.jpg"
@@ -93,32 +64,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="IEA"
columns={[
{
title: "Platform",
items: [
{
label: "Home",
href: "/",
},
{
label: "Courses",
href: "/courses",
},
],
},
{
title: "Resources",
items: [
{
label: "Take Test",
href: "/test",
},
{
label: "Contact",
href: "#",
},
],
},
{ title: "Platform", items: [{ label: "Home", href: "/" }, { label: "Courses", href: "/courses" }] },
{ title: "Resources", items: [{ label: "Take Test", href: "/test" }, { label: "Contact", href: "#" }] },
]}
/>
</div>

View File

@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Courses",
id: "/courses",
},
{
name: "Test",
id: "/test",
},
{
name: "Admin",
id: "/admin",
},
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Test", id: "/test" },
{ name: "Admin", id: "/admin" },
]}
brandName="IEA"
/>
@@ -53,26 +41,17 @@ export default function LandingPage() {
title="Course Library"
description="Browse our range of IELTS and English modules."
features={[
{
title: "Reading Comprehension",
description: "Master reading techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/protactinium-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-12075.jpg",
},
{
title: "Writing Mastery",
description: "Structure your essays correctly.",
imageSrc: "http://img.b2bpic.net/free-photo/red-clay-arrow-pointing-right_23-2152004859.jpg",
},
{ title: "Reading Comprehension", description: "Master reading techniques.", imageSrc: "http://img.b2bpic.net/free-photo/protactinium-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-12075.jpg" },
{ title: "Writing Mastery", description: "Structure your essays correctly.", imageSrc: "http://img.b2bpic.net/free-photo/red-clay-arrow-pointing-right_23-2152004859.jpg" },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Inquiry"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Course Inquiry"
description="Not sure which course is right for you? Ask us."
imageSrc="http://img.b2bpic.net/free-photo/serious-female-student-studies-outdoors-urban-setting-makes-notes-notepad-listens-music-via-headphones-wears-casual-striped-jumper-sits-crossed-legs-against-city-background-studying-concept_273609-57772.jpg"
@@ -84,32 +63,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="IEA"
columns={[
{
title: "Platform",
items: [
{
label: "Home",
href: "/",
},
{
label: "Courses",
href: "/courses",
},
],
},
{
title: "Resources",
items: [
{
label: "Take Test",
href: "/test",
},
{
label: "Contact",
href: "#",
},
],
},
{ title: "Platform", items: [{ label: "Home", href: "/" }, { label: "Courses", href: "/courses" }] },
{ title: "Resources", items: [{ label: "Take Test", href: "/test" }, { label: "Contact", href: "#" }] },
]}
/>
</div>

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Courses",
id: "/courses",
},
{
name: "Test",
id: "/test",
},
{
name: "Admin",
id: "/admin",
},
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Test", id: "/test" },
{ name: "Admin", id: "/admin" },
]}
brandName="IEA"
/>
@@ -51,67 +39,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Free IELTS & English Access"
description="The premier digital platform for IELTS preparation. Unlock your potential with expert resources and personalized learning paths."
buttons={[
{
text: "Take Test",
href: "/test",
},
{
text: "Explore Courses",
href: "/courses",
},
{ text: "Take Test", href: "/test" },
{ text: "Explore Courses", href: "/courses" },
]}
imageSrc="http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-yellow-background_23-2148311298.jpg",
alt: "Happy user",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
alt: "Happy user",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg",
alt: "Happy user",
},
{
src: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg",
alt: "Happy user",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-happy-female-student-having-fun-enjoying-university-lifestyle-carry-backpack-notebooks_1258-117680.jpg",
alt: "Happy user",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-yellow-background_23-2148311298.jpg", alt: "Happy user" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Happy user" },
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", alt: "Happy user" },
{ src: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg", alt: "Happy user" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-happy-female-student-having-fun-enjoying-university-lifestyle-carry-backpack-notebooks_1258-117680.jpg", alt: "Happy user" },
]}
avatarText="Join 10,000+ successful learners"
marqueeItems={[
{
type: "text",
text: "IELTS Academic Prep",
},
{
type: "text",
text: "General English Skills",
},
{
type: "text",
text: "Expert Tutor Feedback",
},
{
type: "text",
text: "Interactive Practice",
},
{
type: "text",
text: "Weekly Mock Tests",
},
{ type: "text", text: "IELTS Academic Prep" },
{ type: "text", text: "General English Skills" },
{ type: "text", text: "Expert Tutor Feedback" },
{ type: "text", text: "Interactive Practice" },
{ type: "text", text: "Weekly Mock Tests" },
]}
/>
</div>
@@ -121,21 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "IELTS Preparation",
description: "Focused training for all sections of the IELTS exam.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-holding-bank-visit-paper-card_107791-16813.jpg",
},
{
title: "General English",
description: "Improve your day-to-day communication and grammar skills.",
imageSrc: "http://img.b2bpic.net/free-vector/group-people-standing-talking-public-place-panoramic-window-speech-bubbles-airport-flat-vector-illustration-communication-travel_74855-8391.jpg",
},
{
title: "Speaking Practice",
description: "Interactive speaking sessions to build confidence.",
imageSrc: "http://img.b2bpic.net/free-photo/student-man-counting-five_1368-9031.jpg",
},
{ title: "IELTS Preparation", description: "Focused training for all sections of the IELTS exam.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-holding-bank-visit-paper-card_107791-16813.jpg" },
{ title: "General English", description: "Improve your day-to-day communication and grammar skills.", imageSrc: "http://img.b2bpic.net/free-vector/group-people-standing-talking-public-place-panoramic-window-speech-bubbles-airport-flat-vector-illustration-communication-travel_74855-8391.jpg" },
{ title: "Speaking Practice", description: "Interactive speaking sessions to build confidence.", imageSrc: "http://img.b2bpic.net/free-photo/student-man-counting-five_1368-9031.jpg" },
]}
title="Our Learning Paths"
description="Choose your journey to English mastery with our specialized modules."
@@ -148,33 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10K+",
title: "Successful Students",
items: [
"Enrolled online",
"Active users",
],
},
{
id: "m2",
value: "95%",
title: "Success Rate",
items: [
"Average score gain",
"IELTS target hit",
],
},
{
id: "m3",
value: "50+",
title: "Expert Teachers",
items: [
"Certified tutors",
"IELTS examiners",
],
},
{ id: "m1", value: "10K+", title: "Successful Students", items: ["Enrolled online", "Active users"] },
{ id: "m2", value: "95%", title: "Success Rate", items: ["Average score gain", "IELTS target hit"] },
{ id: "m3", value: "50+", title: "Expert Teachers", items: ["Certified tutors", "IELTS examiners"] },
]}
title="Platform Success"
description="Empowering students worldwide."
@@ -187,41 +101,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "IELTS Achiever",
testimonial: "I increased my band score by 2.0 in just one month!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015525.jpg",
},
{
id: "t2",
name: "Michael K.",
role: "Student",
testimonial: "The speaking practice tools were incredibly helpful for my confidence.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-girl-traveler-drinking-hot-tea-from-thermos-while-walking-exploring-city-touri_1258-152980.jpg",
},
{
id: "t3",
name: "Elena R.",
role: "Learner",
testimonial: "Easy to follow and very comprehensive platform.",
imageSrc: "http://img.b2bpic.net/free-photo/graduated-man-red-cape-holding-diploma-throwing-his-cap-happy-excited-standing-green-wall_141793-52222.jpg",
},
{
id: "t4",
name: "David W.",
role: "Professional",
testimonial: "Best platform for busy people learning English.",
imageSrc: "http://img.b2bpic.net/free-photo/red-haired-lady-eyeglasses-holds-books-shows-ok-sign_197531-23789.jpg",
},
{
id: "t5",
name: "Chloe B.",
role: "Student",
testimonial: "Love the test feedback, it helped me correct my mistakes.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-dark-skinned-student-looking-attentively-notebook-writing-notes-exercise-book-preparing-classes-university-eating-fast-food-concentrated-male-being-very-busy_273609-7500.jpg",
},
{ id: "t1", name: "Sarah J.", role: "IELTS Achiever", testimonial: "I increased my band score by 2.0 in just one month!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015525.jpg" },
{ id: "t2", name: "Michael K.", role: "Student", testimonial: "The speaking practice tools were incredibly helpful for my confidence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-girl-traveler-drinking-hot-tea-from-thermos-while-walking-exploring-city-touri_1258-152980.jpg" },
{ id: "t3", name: "Elena R.", role: "Learner", testimonial: "Easy to follow and very comprehensive platform.", imageSrc: "http://img.b2bpic.net/free-photo/graduated-man-red-cape-holding-diploma-throwing-his-cap-happy-excited-standing-green-wall_141793-52222.jpg" },
{ id: "t4", name: "David W.", role: "Professional", testimonial: "Best platform for busy people learning English.", imageSrc: "http://img.b2bpic.net/free-photo/red-haired-lady-eyeglasses-holds-books-shows-ok-sign_197531-23789.jpg" },
{ id: "t5", name: "Chloe B.", role: "Student", testimonial: "Love the test feedback, it helped me correct my mistakes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-dark-skinned-student-looking-attentively-notebook-writing-notes-exercise-book-preparing-classes-university-eating-fast-food-concentrated-male-being-very-busy_273609-7500.jpg" },
]}
title="Student Stories"
description="Real achievements from our learners."
@@ -230,10 +114,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact Us"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Need Help?"
description="Have questions about our courses or tests? Reach out today."
mediaAnimation="slide-up"
@@ -245,32 +128,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="IEA"
columns={[
{
title: "Platform",
items: [
{
label: "Home",
href: "/",
},
{
label: "Courses",
href: "/courses",
},
],
},
{
title: "Resources",
items: [
{
label: "Take Test",
href: "/test",
},
{
label: "Contact",
href: "#",
},
],
},
{ title: "Platform", items: [{ label: "Home", href: "/" }, { label: "Courses", href: "/courses" }] },
{ title: "Resources", items: [{ label: "Take Test", href: "/test" }, { label: "Contact", href: "#" }] },
]}
/>
</div>

View File

@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Courses",
id: "/courses",
},
{
name: "Test",
id: "/test",
},
{
name: "Admin",
id: "/admin",
},
{ name: "Home", id: "/" },
{ name: "Courses", id: "/courses" },
{ name: "Test", id: "/test" },
{ name: "Admin", id: "/admin" },
]}
brandName="IEA"
/>
@@ -54,34 +42,17 @@ export default function LandingPage() {
title="Test Prep"
description="Simulate real IELTS conditions."
metrics={[
{
id: "t1",
value: "60m",
title: "Reading",
items: [
"Timed practice",
"Real exam content",
],
},
{
id: "t2",
value: "40m",
title: "Listening",
items: [
"Audio modules",
"Accuracy feedback",
],
},
{ id: "t1", value: "60m", title: "Reading", items: ["Timed practice", "Real exam content"] },
{ id: "t2", value: "40m", title: "Listening", items: ["Audio modules", "Accuracy feedback"] },
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Support"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Need Support?"
description="Technical issues during your test? We are here."
imageSrc="http://img.b2bpic.net/free-photo/adult-student-sitting-indoors-spacious-room-having-solemn-expression-looking-books-notebook-writing-something-while-getting-prepared-classes-studying-learning-concept_273609-7514.jpg"
@@ -93,32 +64,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="IEA"
columns={[
{
title: "Platform",
items: [
{
label: "Home",
href: "/",
},
{
label: "Courses",
href: "/courses",
},
],
},
{
title: "Resources",
items: [
{
label: "Take Test",
href: "/test",
},
{
label: "Contact",
href: "#",
},
],
},
{ title: "Platform", items: [{ label: "Home", href: "/" }, { label: "Courses", href: "/courses" }] },
{ title: "Resources", items: [{ label: "Take Test", href: "/test" }, { label: "Contact", href: "#" }] },
]}
/>
</div>