Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
241
src/app/page.tsx
241
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
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() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Faculty",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Faculty", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="8-Maktab"
|
||||
/>
|
||||
@@ -56,57 +48,36 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to 8-Maktab"
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-teacher-reading-book_1098-861.jpg",
|
||||
alt: "Smiling teacher reading book",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-teacher-reading-book_1098-861.jpg", alt: "Smiling teacher reading book"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg",
|
||||
alt: "Teacher holding english class",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", alt: "Teacher holding english class"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
avatarText="Join our 2,000+ successful graduates."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Academic Excellence",
|
||||
},
|
||||
type: "text", text: "Academic Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovation Driven",
|
||||
},
|
||||
type: "text", text: "Innovation Driven"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Character First",
|
||||
},
|
||||
type: "text", text: "Character First"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Mindset",
|
||||
},
|
||||
type: "text", text: "Global Mindset"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Focused",
|
||||
},
|
||||
type: "text", text: "Community Focused"},
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
metrics={[
|
||||
{
|
||||
value: "1200+",
|
||||
title: "Students",
|
||||
},
|
||||
value: "1200+", title: "Students"},
|
||||
{
|
||||
value: "85+",
|
||||
title: "Teachers",
|
||||
},
|
||||
value: "85+", title: "Teachers"},
|
||||
{
|
||||
value: "30+",
|
||||
title: "Classrooms",
|
||||
},
|
||||
value: "30+", 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"
|
||||
metricsAnimation="slide-up"
|
||||
imageAlt="library with books education"
|
||||
@@ -144,67 +109,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Science Lab",
|
||||
description: "Cutting edge technology for hands-on learning.",
|
||||
items: [
|
||||
title: "Science Lab", description: "Cutting edge technology for hands-on learning.", items: [
|
||||
{
|
||||
icon: FlaskConical,
|
||||
text: "Advanced labs",
|
||||
},
|
||||
text: "Advanced labs"},
|
||||
{
|
||||
icon: Microscope,
|
||||
text: "Research tools",
|
||||
},
|
||||
text: "Research tools"},
|
||||
],
|
||||
reverse: false,
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-cheating-school-side-view_23-2150105038.jpg", imageAlt: "modern school building exterior"},
|
||||
},
|
||||
{
|
||||
title: "Digital Literacy",
|
||||
description: "Preparation for the modern world.",
|
||||
items: [
|
||||
title: "Digital Literacy", description: "Preparation for the modern world.", items: [
|
||||
{
|
||||
icon: Monitor,
|
||||
text: "Coding courses",
|
||||
},
|
||||
text: "Coding courses"},
|
||||
{
|
||||
icon: Globe,
|
||||
text: "Global connectivity",
|
||||
},
|
||||
text: "Global connectivity"},
|
||||
],
|
||||
reverse: true,
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg", imageAlt: "library with books education"},
|
||||
},
|
||||
{
|
||||
title: "Arts & Athletics",
|
||||
description: "Developing well-rounded individuals.",
|
||||
items: [
|
||||
title: "Arts & Athletics", description: "Developing well-rounded individuals.", items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Fine Arts",
|
||||
},
|
||||
text: "Fine Arts"},
|
||||
{
|
||||
icon: Trophy,
|
||||
text: "Sports excellence",
|
||||
},
|
||||
text: "Sports excellence"},
|
||||
],
|
||||
reverse: false,
|
||||
media: {
|
||||
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",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-hat_53876-40888.jpg?_wi=1",
|
||||
imageAlt: "modern school building exterior",
|
||||
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"},
|
||||
},
|
||||
]}
|
||||
title="Our Programs"
|
||||
@@ -219,29 +160,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
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: "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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="School Impact"
|
||||
description="Our community achievements speak for themselves."
|
||||
@@ -256,26 +179,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Our Staff"
|
||||
description="Meet the passionate team behind 8-Maktab."
|
||||
@@ -288,50 +196,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Community Voices"
|
||||
description="Hear what our students and parents have to say."
|
||||
@@ -344,20 +217,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I enroll?",
|
||||
content: "You can visit the admin office or fill out the form online.",
|
||||
},
|
||||
id: "f1", title: "How do I enroll?", content: "You can visit the admin office or fill out the form online."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are school hours?",
|
||||
content: "Our school hours are from 8:00 AM to 2:00 PM.",
|
||||
},
|
||||
id: "f2", title: "What are school hours?", content: "Our school hours are from 8:00 AM to 2:00 PM."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there a uniform?",
|
||||
content: "Yes, all students are required to wear school uniforms.",
|
||||
},
|
||||
id: "f3", title: "Is there a uniform?", content: "Yes, all students are required to wear school uniforms."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common concerns."
|
||||
@@ -369,8 +233,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Stay Connected"
|
||||
description="Have questions about admissions or our curriculum? Send us a message today."
|
||||
@@ -381,13 +244,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="8-Maktab"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user