Merge version_1_1782056862708 into main #2

Merged
bender merged 2 commits from version_1_1782056862708 into main 2026-06-21 15:50:01 +00:00

View File

@@ -18,14 +18,10 @@ export default function HomePage() {
brand="A.N Academy"
description="Empowering the next generation through expert-led academic excellence and personalized mentorship programs."
primaryButton={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
secondaryButton={{
text: "Learn More",
href: "#features",
}}
imageSrc="http://img.b2bpic.net/free-photo/rewriting-text_1098-15227.jpg?_wi=1"
text: "Learn More", href: "#features"}}
imageSrc="http://img.b2bpic.net/free-photo/rewriting-text_1098-15227.jpg"
/>
</SectionErrorBoundary>
</div>
@@ -38,53 +34,25 @@ export default function HomePage() {
description="We provide the tools, guidance, and community needed to excel in your academic journey."
features={[
{
title: "Expert Faculty",
description: "Learn from industry leaders and academic experts.",
bentoComponent: "info-card-marquee",
infoCards: [
title: "Expert Faculty", description: "Learn from industry leaders and academic experts.", bentoComponent: "info-card-marquee", infoCards: [
{
icon: GraduationCap,
label: "Mentors",
value: "50+",
},
icon: "GraduationCap", label: "Mentors", value: "50+"},
{
icon: BookOpen,
label: "Courses",
value: "200+",
},
icon: "BookOpen", label: "Courses", value: "200+"},
{
icon: Users,
label: "Students",
value: "10k+",
},
icon: "Users", label: "Students", value: "10k+"},
],
imageSrc: "http://img.b2bpic.net/free-photo/creative-professionals-working-design-project-together_74855-9770.jpg",
imageAlt: "teacher mentor icon",
},
{
title: "Flexible Learning",
description: "Study at your own pace with our hybrid modules.",
bentoComponent: "checklist-timeline",
heading: "Study Progress",
subheading: "Track your achievements",
checklistItems: [
title: "Flexible Learning", description: "Study at your own pace with our hybrid modules.", bentoComponent: "checklist-timeline", heading: "Study Progress", subheading: "Track your achievements", checklistItems: [
{
label: "Module 1",
detail: "Completed",
},
label: "Module 1", detail: "Completed"},
{
label: "Module 2",
detail: "Completed",
},
label: "Module 2", detail: "Completed"},
{
label: "Module 3",
detail: "In Progress",
},
label: "Module 3", detail: "In Progress"},
],
completedLabel: "Done",
imageSrc: "http://img.b2bpic.net/free-photo/rewriting-text_1098-15227.jpg?_wi=2",
imageAlt: "teacher mentor icon",
},
completedLabel: "Done"},
]}
/>
</SectionErrorBoundary>
@@ -98,40 +66,19 @@ export default function HomePage() {
description="Explore our curated course offerings designed for maximum impact."
items={[
{
title: "Data Science",
description: "Master big data tools.",
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-various-supplies_23-2149557509.jpg",
},
title: "Data Science", description: "Master big data tools.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-various-supplies_23-2149557509.jpg"},
{
title: "Web Development",
description: "Full stack mastery.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-books-with-keyboard_23-2148756578.jpg",
},
title: "Web Development", description: "Full stack mastery.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-books-with-keyboard_23-2148756578.jpg"},
{
title: "Academic Writing",
description: "Refine your research.",
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-glasses-school-items-wooden-white-wall-side-view_176474-6991.jpg",
},
title: "Academic Writing", description: "Refine your research.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-glasses-school-items-wooden-white-wall-side-view_176474-6991.jpg"},
{
title: "Mathematics",
description: "Advance your logic.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-back-school-concept_23-2148559659.jpg",
},
title: "Mathematics", description: "Advance your logic.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-back-school-concept_23-2148559659.jpg"},
{
title: "Science 101",
description: "Foundational knowledge.",
imageSrc: "http://img.b2bpic.net/free-photo/books-crayons-arrangement-shelf_23-2149891300.jpg",
},
title: "Science 101", description: "Foundational knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/books-crayons-arrangement-shelf_23-2149891300.jpg"},
{
title: "History",
description: "Analyze the past.",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-overloaded-bullet-journal_23-2150248157.jpg",
},
title: "History", description: "Analyze the past.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-overloaded-bullet-journal_23-2150248157.jpg"},
{
title: "Literature",
description: "Creative reading.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-stationery-supplies-with-copy-space_23-2148543810.jpg",
},
title: "Literature", description: "Creative reading.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-stationery-supplies-with-copy-space_23-2148543810.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -145,28 +92,16 @@ export default function HomePage() {
description="Our students achieve their goals faster with our proven methods."
metrics={[
{
value: "98%",
title: "Success Rate",
features: [
"Higher grades",
"Scholarship wins",
],
value: "98%", title: "Success Rate", features: [
"Higher grades", "Scholarship wins"],
},
{
value: "4.9/5",
title: "Average Rating",
features: [
"Expert feedback",
"Quality content",
],
value: "4.9/5", title: "Average Rating", features: [
"Expert feedback", "Quality content"],
},
{
value: "24/7",
title: "Support Access",
features: [
"Peer community",
"Tutor access",
],
value: "24/7", title: "Support Access", features: [
"Peer community", "Tutor access"],
},
]}
/>
@@ -181,20 +116,11 @@ export default function HomePage() {
description="Learn from the brightest minds in the industry."
members={[
{
name: "Dr. Sarah Smith",
role: "Head of Science",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-books_23-2148882723.jpg",
},
name: "Dr. Sarah Smith", role: "Head of Science", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-books_23-2148882723.jpg"},
{
name: "John Doe",
role: "Tech Lead",
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-with-class-register-front-blackboard-classroom-explaining-lesson_141793-131518.jpg",
},
name: "John Doe", role: "Tech Lead", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-with-class-register-front-blackboard-classroom-explaining-lesson_141793-131518.jpg"},
{
name: "Elena Fisher",
role: "Arts Dean",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-therapy_23-2148928792.jpg",
},
name: "Elena Fisher", role: "Arts Dean", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-therapy_23-2148928792.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -208,35 +134,15 @@ export default function HomePage() {
description="Read inspiring journeys from our dedicated community."
testimonials={[
{
name: "Alice Wang",
role: "CS Student",
quote: "A.N Academy transformed my perspective on learning.",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg",
},
name: "Alice Wang", role: "CS Student", quote: "A.N Academy transformed my perspective on learning.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-student-smiling-with-book-head_23-2148208755.jpg"},
{
name: "Bob Chen",
role: "Math Major",
quote: "The mentors are incredibly knowledgeable.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
},
name: "Bob Chen", role: "Math Major", quote: "The mentors are incredibly knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg"},
{
name: "Charlie Day",
role: "Science Student",
quote: "Highly recommended for serious scholars.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-smiling_23-2148586534.jpg",
},
name: "Charlie Day", role: "Science Student", quote: "Highly recommended for serious scholars.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-smiling_23-2148586534.jpg"},
{
name: "Diana Ross",
role: "Writing Student",
quote: "Supportive community and excellent feedback.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-brunette-woman-with-glasses-posing_23-2148294086.jpg",
},
name: "Diana Ross", role: "Writing Student", quote: "Supportive community and excellent feedback.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-brunette-woman-with-glasses-posing_23-2148294086.jpg"},
{
name: "Ethan Hunt",
role: "Tech Student",
quote: "Life-changing experience for my career.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-363.jpg",
},
name: "Ethan Hunt", role: "Tech Student", quote: "Life-changing experience for my career.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-363.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -250,17 +156,11 @@ export default function HomePage() {
description="Quick answers to help you get started today."
items={[
{
question: "How do I enroll?",
answer: "Click the Enroll button to fill out the form.",
},
question: "How do I enroll?", answer: "Click the Enroll button to fill out the form."},
{
question: "Is it online?",
answer: "Yes, we offer flexible hybrid learning options.",
},
question: "Is it online?", answer: "Yes, we offer flexible hybrid learning options."},
{
question: "Can I switch courses?",
answer: "Absolutely, we support seamless course switching.",
},
question: "Can I switch courses?", answer: "Absolutely, we support seamless course switching."},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-office-interior-design_23-2151972872.jpg"
/>
@@ -273,13 +173,9 @@ export default function HomePage() {
tag="Get Started"
text="Ready to excel? Join A.N Academy today and reach your academic potential."
primaryButton={{
text: "Apply Now",
href: "#",
}}
text: "Apply Now", href: "#"}}
secondaryButton={{
text: "Contact Admissions",
href: "#",
}}
text: "Contact Admissions", href: "#"}}
/>
</SectionErrorBoundary>
</div>