Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-06 05:24:06 +00:00

View File

@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Globe, Monitor, Palette, Trophy } from "lucide-react"; import { Globe, Monitor, Palette, Trophy, FlaskConical, Microscope } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "#about",
},
{ {
name: "Faculty", name: "Faculty", id: "team"},
id: "#team",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "#contact",
},
]} ]}
brandName="8-Maktab" brandName="8-Maktab"
/> />
@@ -56,57 +48,36 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Welcome to 8-Maktab" title="Welcome to 8-Maktab"
description="Excellence in education and character development for every student. Empowering the next generation through innovation and care." description="Excellence in education and character development for every student. Empowering the next generation through innovation and care."
imageSrc="http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511035.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511035.jpg"
imageAlt="modern school building exterior" imageAlt="modern school building exterior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg", src: "http://img.b2bpic.net/free-photo/confident-guy-with-crossed-arms-standing-front-stairs_74855-1571.jpg", alt: "Confident guy with crossed arms standing in front of stairs"},
alt: "Confident guy with crossed arms standing in front of stairs",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-teacher-reading-book_1098-861.jpg", src: "http://img.b2bpic.net/free-photo/smiling-teacher-reading-book_1098-861.jpg", alt: "Smiling teacher reading book"},
alt: "Smiling teacher reading book",
},
{ {
src: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", src: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", alt: "Teacher holding english class"},
alt: "Teacher holding english class",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", src: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg", alt: "Young woman working on digital tablet at office"},
alt: "Young woman working on digital tablet at office",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-standing-near-blackboard-classroom-explaining-lesson-looking-pleased-smiling-holding-hands-together_141793-131658.jpg", src: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-standing-near-blackboard-classroom-explaining-lesson-looking-pleased-smiling-holding-hands-together_141793-131658.jpg", alt: "Man teacher wearing glasses standing near blackboard in classroom explaining lesson looking pleased smiling holding hands together"},
alt: "Man teacher wearing glasses standing near blackboard in classroom explaining lesson looking pleased smiling holding hands together",
},
]} ]}
avatarText="Join our 2,000+ successful graduates." avatarText="Join our 2,000+ successful graduates."
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Academic Excellence"},
text: "Academic Excellence",
},
{ {
type: "text", type: "text", text: "Innovation Driven"},
text: "Innovation Driven",
},
{ {
type: "text", type: "text", text: "Character First"},
text: "Character First",
},
{ {
type: "text", type: "text", text: "Global Mindset"},
text: "Global Mindset",
},
{ {
type: "text", type: "text", text: "Community Focused"},
text: "Community Focused",
},
]} ]}
/> />
</div> </div>
@@ -118,19 +89,13 @@ export default function LandingPage() {
description="We are dedicated to providing a high-quality educational environment that fosters creativity, critical thinking, and social responsibility in all our students." description="We are dedicated to providing a high-quality educational environment that fosters creativity, critical thinking, and social responsibility in all our students."
metrics={[ metrics={[
{ {
value: "1200+", value: "1200+", title: "Students"},
title: "Students",
},
{ {
value: "85+", value: "85+", title: "Teachers"},
title: "Teachers",
},
{ {
value: "30+", value: "30+", title: "Classrooms"},
title: "Classrooms",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-teenager-reading-near-female-friends_23-2147864026.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/thoughtful-teenager-reading-near-female-friends_23-2147864026.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"
imageAlt="library with books education" imageAlt="library with books education"
@@ -144,67 +109,43 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Science Lab", title: "Science Lab", description: "Cutting edge technology for hands-on learning.", items: [
description: "Cutting edge technology for hands-on learning.",
items: [
{ {
icon: FlaskConical, icon: FlaskConical,
text: "Advanced labs", text: "Advanced labs"},
},
{ {
icon: Microscope, icon: Microscope,
text: "Research tools", text: "Research tools"},
},
], ],
reverse: false, reverse: false,
media: { media: {
imageSrc: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg", imageSrc: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg", imageAlt: "modern school building exterior"},
imageAlt: "modern school building exterior",
},
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511035.jpg?_wi=2",
imageAlt: "modern school building exterior",
}, },
{ {
title: "Digital Literacy", title: "Digital Literacy", description: "Preparation for the modern world.", items: [
description: "Preparation for the modern world.",
items: [
{ {
icon: Monitor, icon: Monitor,
text: "Coding courses", text: "Coding courses"},
},
{ {
icon: Globe, icon: Globe,
text: "Global connectivity", text: "Global connectivity"},
},
], ],
reverse: true, reverse: true,
media: { media: {
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg", imageAlt: "library with books education"},
imageAlt: "library with books education",
},
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-teenager-reading-near-female-friends_23-2147864026.jpg?_wi=2",
imageAlt: "modern school building exterior",
}, },
{ {
title: "Arts & Athletics", title: "Arts & Athletics", description: "Developing well-rounded individuals.", items: [
description: "Developing well-rounded individuals.",
items: [
{ {
icon: Palette, icon: Palette,
text: "Fine Arts", text: "Fine Arts"},
},
{ {
icon: Trophy, icon: Trophy,
text: "Sports excellence", text: "Sports excellence"},
},
], ],
reverse: false, reverse: false,
media: { media: {
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg", imageAlt: "modern school building exterior"},
imageAlt: "modern school building exterior",
},
imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-hat_53876-40888.jpg?_wi=1",
imageAlt: "modern school building exterior",
}, },
]} ]}
title="Our Programs" title="Our Programs"
@@ -219,29 +160,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "98%", title: "Graduate Success", description: "Students attending universities.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-hat_53876-40888.jpg", imageAlt: "academic achievement icon"},
value: "98%",
title: "Graduate Success",
description: "Students attending universities.",
imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-hat_53876-40888.jpg?_wi=2",
imageAlt: "academic achievement icon",
},
{ {
id: "m2", id: "m2", value: "50+", title: "Awards", description: "National and regional prizes.", imageSrc: "http://img.b2bpic.net/free-photo/boy-measured-height-with-blackboard_1150-19700.jpg", imageAlt: "academic achievement icon"},
value: "50+",
title: "Awards",
description: "National and regional prizes.",
imageSrc: "http://img.b2bpic.net/free-photo/boy-measured-height-with-blackboard_1150-19700.jpg",
imageAlt: "academic achievement icon",
},
{ {
id: "m3", id: "m3", value: "100%", title: "Faculty Certified", description: "All staff are highly qualified.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-set-academic-hat-different-positions_107791-16841.jpg", imageAlt: "academic achievement icon"},
value: "100%",
title: "Faculty Certified",
description: "All staff are highly qualified.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-set-academic-hat-different-positions_107791-16841.jpg",
imageAlt: "academic achievement icon",
},
]} ]}
title="School Impact" title="School Impact"
description="Our community achievements speak for themselves." description="Our community achievements speak for themselves."
@@ -256,26 +179,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
members={[ members={[
{ {
id: "p1", id: "p1", name: "Amina Karimova", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg", imageAlt: "smiling teacher professional portrait"},
name: "Amina Karimova",
role: "Principal",
imageSrc: "http://img.b2bpic.net/free-photo/teacher-with-glasses-class_23-2148665899.jpg",
imageAlt: "smiling teacher professional portrait",
},
{ {
id: "p2", id: "p2", name: "Rustam Aliev", role: "Head of Science", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-showing-chalkboard-explaining-lesson-showing-thumb-up-smiling_141793-132976.jpg", imageAlt: "male school teacher professional"},
name: "Rustam Aliev",
role: "Head of Science",
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-showing-chalkboard-explaining-lesson-showing-thumb-up-smiling_141793-132976.jpg",
imageAlt: "male school teacher professional",
},
{ {
id: "p3", id: "p3", name: "Gulnara Sadikova", role: "Head of Humanities", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", imageAlt: "friendly school counselor portrait"},
name: "Gulnara Sadikova",
role: "Head of Humanities",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
imageAlt: "friendly school counselor portrait",
},
]} ]}
title="Our Staff" title="Our Staff"
description="Meet the passionate team behind 8-Maktab." description="Meet the passionate team behind 8-Maktab."
@@ -288,50 +196,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", title: "Great Environment", quote: "My kids love coming to 8-Maktab every day.", name: "Zuhra Alieva", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-child_23-2149032184.jpg", imageAlt: "student happy in school"},
title: "Great Environment",
quote: "My kids love coming to 8-Maktab every day.",
name: "Zuhra Alieva",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/mother-spending-time-with-her-child_23-2149032184.jpg",
imageAlt: "student happy in school",
},
{ {
id: "t2", id: "t2", title: "Academic Focus", quote: "The curriculum is rigorous and supportive.", name: "Bekzod Umarov", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-with-apple_23-2147666616.jpg", imageAlt: "happy parent student school"},
title: "Academic Focus",
quote: "The curriculum is rigorous and supportive.",
name: "Bekzod Umarov",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-student-with-apple_23-2147666616.jpg",
imageAlt: "happy parent student school",
},
{ {
id: "t3", id: "t3", title: "Inspired Learning", quote: "I learned so much in this supportive school.", name: "Malika Turayeva", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-white-shirt-blue-jeans-black-bag-holding-copybooks-white-card-blue-space-female-student-university-school_140725-29424.jpg", imageAlt: "parent portrait smiling"},
title: "Inspired Learning",
quote: "I learned so much in this supportive school.",
name: "Malika Turayeva",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-white-shirt-blue-jeans-black-bag-holding-copybooks-white-card-blue-space-female-student-university-school_140725-29424.jpg",
imageAlt: "parent portrait smiling",
},
{ {
id: "t4", id: "t4", title: "Highly Recommended", quote: "The best teachers I have ever had.", name: "Javohir Saidov", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-school_23-2148601368.jpg", imageAlt: "satisfied parent school parent"},
title: "Highly Recommended",
quote: "The best teachers I have ever had.",
name: "Javohir Saidov",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-school_23-2148601368.jpg",
imageAlt: "satisfied parent school parent",
},
{ {
id: "t5", id: "t5", title: "Excellent Growth", quote: "I see my child growing everyday here.", name: "Dilya Usmanova", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg", imageAlt: "happy student sitting school"},
title: "Excellent Growth",
quote: "I see my child growing everyday here.",
name: "Dilya Usmanova",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg",
imageAlt: "happy student sitting school",
},
]} ]}
title="Community Voices" title="Community Voices"
description="Hear what our students and parents have to say." description="Hear what our students and parents have to say."
@@ -344,20 +217,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How do I enroll?", content: "You can visit the admin office or fill out the form online."},
title: "How do I enroll?",
content: "You can visit the admin office or fill out the form online.",
},
{ {
id: "f2", id: "f2", title: "What are school hours?", content: "Our school hours are from 8:00 AM to 2:00 PM."},
title: "What are school hours?",
content: "Our school hours are from 8:00 AM to 2:00 PM.",
},
{ {
id: "f3", id: "f3", title: "Is there a uniform?", content: "Yes, all students are required to wear school uniforms."},
title: "Is there a uniform?",
content: "Yes, all students are required to wear school uniforms.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Answers to common concerns." description="Answers to common concerns."
@@ -369,8 +233,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Contact Us" tag="Contact Us"
title="Stay Connected" title="Stay Connected"
description="Have questions about admissions or our curriculum? Send us a message today." description="Have questions about admissions or our curriculum? Send us a message today."
@@ -381,13 +244,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="8-Maktab" logoText="8-Maktab"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Contact", text: "Contact", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>