Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 05:52:38 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Courses",
id: "features",
},
name: "Courses", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Apex Academy"
/>
@@ -55,102 +47,57 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Improve Your English with Expert Guidance in Daharki"
description="Join Apex Academy Trusted by Students for Quality English Learning. Personalized teaching and proven results in your local area."
testimonials={[
{
name: "Student A",
handle: "@apex",
testimonial: "Best academy in Daharki!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-putting-fingers-her-face_141793-122147.jpg?_wi=1",
},
name: "Student A", handle: "@apex", testimonial: "Best academy in Daharki!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-putting-fingers-her-face_141793-122147.jpg"},
{
name: "Student B",
handle: "@apex",
testimonial: "Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg",
},
name: "Student B", handle: "@apex", testimonial: "Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg"},
{
name: "Sarah Khan",
handle: "@apex",
testimonial: "The lessons are so easy to understand.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-kids-english-lesson-online_23-2148962976.jpg",
},
name: "Sarah Khan", handle: "@apex", testimonial: "The lessons are so easy to understand.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-kids-english-lesson-online_23-2148962976.jpg"},
{
name: "Ahmed Ali",
handle: "@apex",
testimonial: "Improved my confidence within weeks.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-gesturing-victory-sign_141793-122400.jpg",
},
name: "Ahmed Ali", handle: "@apex", testimonial: "Improved my confidence within weeks.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-gesturing-victory-sign_141793-122400.jpg"},
{
name: "Maria Javed",
handle: "@apex",
testimonial: "Friendly atmosphere for everyone.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/surprised-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-keeping-hand-close-her-mouth-looking-side-isolated-orange-wall_141793-121675.jpg",
},
name: "Maria Javed", handle: "@apex", testimonial: "Friendly atmosphere for everyone.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/surprised-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-keeping-hand-close-her-mouth-looking-side-isolated-orange-wall_141793-121675.jpg"},
]}
buttons={[
{
text: "Call Now",
href: "tel:+923002235521",
},
text: "Call Now", href: "tel:+923002235521"},
{
text: "Enroll Now",
href: "#contact",
},
text: "Enroll Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/school-is-closed-due-covid19-pandemic_637285-8841.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/school-is-closed-due-covid19-pandemic_637285-8841.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906134.jpg",
alt: "Student portrait",
},
src: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906134.jpg", alt: "Student portrait"},
{
src: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906248.jpg",
alt: "Student portrait",
},
src: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906248.jpg", alt: "Student portrait"},
{
src: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg",
alt: "Student portrait",
},
src: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg", alt: "Student portrait"},
{
src: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906140.jpg",
alt: "Student portrait",
},
src: "http://img.b2bpic.net/free-photo/view-futuristic-classroom-students_23-2150906140.jpg", alt: "Student portrait"},
{
src: "http://img.b2bpic.net/free-photo/teacher-smiles-looking-book_23-2148511030.jpg",
alt: "Student portrait",
},
src: "http://img.b2bpic.net/free-photo/teacher-smiles-looking-book_23-2148511030.jpg", alt: "Student portrait"},
]}
marqueeItems={[
{
type: "text",
text: "Spoken English",
},
type: "text", text: "Spoken English"},
{
type: "text",
text: "Grammar Excellence",
},
type: "text", text: "Grammar Excellence"},
{
type: "text",
text: "Professional Writing",
},
type: "text", text: "Professional Writing"},
{
type: "text",
text: "Exam Preparation",
},
type: "text", text: "Exam Preparation"},
{
type: "text",
text: "Confidence Building",
},
type: "text", text: "Confidence Building"},
]}
/>
</div>
@@ -162,11 +109,9 @@ export default function LandingPage() {
description="Apex Academy Daharki provides a friendly and professional environment to master English. With Sir Shahjahan's expert guidance, we focus on small class sizes, personalized teaching, and proven results to help you reach your goals."
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-learning-new-language-work_23-2149300767.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/people-learning-new-language-work_23-2149300767.jpg"
/>
</div>
@@ -177,64 +122,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Spoken English",
description: "Speak naturally with confidence through daily practice.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/word-english-with-globe-wooden-background_1357-127.jpg",
},
title: "Spoken English", description: "Speak naturally with confidence through daily practice.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/word-english-with-globe-wooden-background_1357-127.jpg"},
items: [
{
icon: MessageSquare,
text: "Daily Practice",
},
text: "Daily Practice"},
{
icon: Mic,
text: "Fluency Focus",
},
text: "Fluency Focus"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/school-is-closed-due-covid19-pandemic_637285-8841.jpg?_wi=2",
imageAlt: "spoken english icons concept",
},
{
title: "Grammar & Writing",
description: "Master essential grammar rules for professional communication.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/blank-pages-diary-with-fountain-pen-pair-glasses_1137-118.jpg",
},
title: "Grammar & Writing", description: "Master essential grammar rules for professional communication.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/blank-pages-diary-with-fountain-pen-pair-glasses_1137-118.jpg"},
items: [
{
icon: Book,
text: "Grammar Depth",
},
text: "Grammar Depth"},
{
icon: PenTool,
text: "Writing Skills",
},
text: "Writing Skills"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/people-learning-new-language-work_23-2149300767.jpg?_wi=2",
imageAlt: "spoken english icons concept",
},
{
title: "Levels & Prep",
description: "From basics to advanced levels with exam preparation.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-pointing-tablet_23-2148974429.jpg",
},
title: "Levels & Prep", description: "From basics to advanced levels with exam preparation.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-pointing-tablet_23-2148974429.jpg"},
items: [
{
icon: GraduationCap,
text: "Exam Prep",
},
text: "Exam Prep"},
{
icon: Award,
text: "Certification",
},
text: "Certification"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-caucasian-female-call-center-operator-headphones-sitting-desk-with-office-tools-putting-fingers-her-face_141793-122147.jpg?_wi=2",
imageAlt: "spoken english icons concept",
},
]}
title="Our Courses"
@@ -249,20 +173,11 @@ export default function LandingPage() {
tag="Trusted Locally"
metrics={[
{
id: "m1",
value: "17+",
description: "Trusted Reviews",
},
id: "m1", value: "17+", description: "Trusted Reviews"},
{
id: "m2",
value: "5.0",
description: "User Rating",
},
id: "m2", value: "5.0", description: "User Rating"},
{
id: "m3",
value: "100%",
description: "Local Focus",
},
id: "m3", value: "100%", description: "Local Focus"},
]}
metricsAnimation="blur-reveal"
/>
@@ -275,40 +190,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Khan",
role: "Student",
testimonial: "One of the best academies for learning English in Daharki. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-pretty-young-female-student-with-short-hair-lean-palm-looking-cute-camera-with-happy-smile-sitting-near-computer-use-laptop-mobile-phone-outdoors_197531-22161.jpg",
},
id: "t1", name: "Sarah Khan", role: "Student", testimonial: "One of the best academies for learning English in Daharki. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-pretty-young-female-student-with-short-hair-lean-palm-looking-cute-camera-with-happy-smile-sitting-near-computer-use-laptop-mobile-phone-outdoors_197531-22161.jpg"},
{
id: "t2",
name: "Ahmed Ali",
role: "Job Seeker",
testimonial: "Teacher is highly educated and very helpful for my career.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1663.jpg",
},
id: "t2", name: "Ahmed Ali", role: "Job Seeker", testimonial: "Teacher is highly educated and very helpful for my career.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1663.jpg"},
{
id: "t3",
name: "Maria Javed",
role: "Student",
testimonial: "Great place to improve English skills and build confidence.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg",
},
id: "t3", name: "Maria Javed", role: "Student", testimonial: "Great place to improve English skills and build confidence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg"},
{
id: "t4",
name: "Bilal Ahmed",
role: "Parent",
testimonial: "My child improved remarkably well in just a few months.",
imageSrc: "http://img.b2bpic.net/free-photo/young-english-teacher-doing-her-lessons-online_23-2149019780.jpg",
},
id: "t4", name: "Bilal Ahmed", role: "Parent", testimonial: "My child improved remarkably well in just a few months.", imageSrc: "http://img.b2bpic.net/free-photo/young-english-teacher-doing-her-lessons-online_23-2149019780.jpg"},
{
id: "t5",
name: "Fatima Zahra",
role: "Student",
testimonial: "A truly friendly environment with quality education.",
imageSrc: "http://img.b2bpic.net/free-photo/student-with-pile-books-table_23-2147844712.jpg",
},
id: "t5", name: "Fatima Zahra", role: "Student", testimonial: "A truly friendly environment with quality education.", imageSrc: "http://img.b2bpic.net/free-photo/student-with-pile-books-table_23-2147844712.jpg"},
]}
title="Student Success Stories"
description="What our students say about their journey with us."
@@ -319,8 +209,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Inquire Now"
title="Start Your English Journey Today"
description="Get in touch for details about our upcoming classes and enrollment."
@@ -331,8 +220,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Find Us"
title="Contact Us"
description="Visit our academy or give us a call today."
@@ -346,14 +234,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Phone,
href: "tel:+923002235521",
ariaLabel: "Phone",
},
href: "tel:+923002235521", ariaLabel: "Phone"},
{
icon: MapPin,
href: "#",
ariaLabel: "Location",
},
href: "#", ariaLabel: "Location"},
]}
/>
</div>