Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-08 14:24:41 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Programs",
id: "features",
},
name: "Programs", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="SMA IT Manba'ul Huda"
/>
@@ -54,35 +46,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="SMA IT Manba'ul Huda: Excellence in Education"
description="Nurturing the next generation of leaders with a focus on faith, knowledge, and character in the heart of Kuningan, West Java."
buttons={[
{
text: "Enroll Now"
}
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511019.jpg",
imageAlt: "School Exterior",
},
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511019.jpg", imageAlt: "School Exterior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-lawn-reading_23-2147657078.jpg",
imageAlt: "Campus View",
},
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-lawn-reading_23-2147657078.jpg", imageAlt: "Campus View"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-old-blue-building-surrounded-by-green-grass-blue-sky_181624-8058.jpg",
imageAlt: "Classroom Setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-old-blue-building-surrounded-by-green-grass-blue-sky_181624-8058.jpg", imageAlt: "Classroom Setting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3201.jpg",
imageAlt: "Student Activity",
},
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3201.jpg", imageAlt: "Student Activity"},
{
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844693.jpg",
imageAlt: "Study Hall",
},
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844693.jpg", imageAlt: "Study Hall"},
{
imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-teenagers-focused-writing-essay-public-library_482257-118212.jpg",
imageAlt: "Library",
},
imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-teenagers-focused-writing-essay-public-library_482257-118212.jpg", imageAlt: "Library"},
]}
/>
</div>
@@ -94,17 +78,11 @@ export default function LandingPage() {
description="SMA IT Manba'ul Huda is committed to academic excellence combined with Islamic values. We provide a supportive environment that prepares students for higher education and future professional success."
metrics={[
{
value: "15+",
title: "Experienced Teachers",
},
value: "15+", title: "Experienced Teachers"},
{
value: "500+",
title: "Graduates",
},
value: "500+", title: "Graduates"},
{
value: "100%",
title: "Academic Satisfaction",
},
value: "100%", title: "Academic Satisfaction"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-smiling-students-sitting-studying-outdoors_171337-11707.jpg"
imageAlt="School hallway"
@@ -120,23 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Modern Labs",
description: "High-tech science laboratories for hands-on experience.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-giving-protective-glasses-girl_259150-60269.jpg",
imageAlt: "Science Lab",
},
title: "Modern Labs", description: "High-tech science laboratories for hands-on experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-giving-protective-glasses-girl_259150-60269.jpg", imageAlt: "Science Lab"},
{
title: "Library Resources",
description: "Extensive collection of books for research and learning.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-students-studying-pavement_23-2147860576.jpg",
imageAlt: "Library",
},
title: "Library Resources", description: "Extensive collection of books for research and learning.", imageSrc: "http://img.b2bpic.net/free-photo/crop-students-studying-pavement_23-2147860576.jpg", imageAlt: "Library"},
{
title: "Extracurricular Activities",
description: "Physical education and sports programs to ensure student wellness.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-spending-time-together-outdoors_23-2148800899.jpg",
imageAlt: "Sports Field",
},
title: "Extracurricular Activities", description: "Physical education and sports programs to ensure student wellness.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-spending-time-together-outdoors_23-2148800899.jpg", imageAlt: "Sports Field"},
]}
title="Academic Excellence"
description="We provide holistic learning opportunities beyond the classroom."
@@ -150,31 +116,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "98%",
title: "College Acceptance",
items: [
"Top universities",
"Successful placement",
],
id: "m1", value: "98%", title: "College Acceptance", items: [
"Top universities", "Successful placement"],
},
{
id: "m2",
value: "20+",
title: "Student Clubs",
items: [
"Artistic development",
"Sports teams",
],
id: "m2", value: "20+", title: "Student Clubs", items: [
"Artistic development", "Sports teams"],
},
{
id: "m3",
value: "12",
title: "Academic Awards",
items: [
"Regional competitions",
"Excellence honors",
],
id: "m3", value: "12", title: "Academic Awards", items: [
"Regional competitions", "Excellence honors"],
},
]}
title="School Success"
@@ -189,59 +140,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Parent",
company: "Manba'ul Huda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-waiting-lesson_329181-10464.jpg",
},
id: "1", name: "Sarah Johnson", role: "Parent", company: "Manba'ul Huda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-waiting-lesson_329181-10464.jpg"},
{
id: "2",
name: "Michael Chen",
role: "Student",
company: "Class of 2024",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-standing-with-crossed-arms-graduate-uniform-looking-pensive_176474-82634.jpg",
},
id: "2", name: "Michael Chen", role: "Student", company: "Class of 2024", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-standing-with-crossed-arms-graduate-uniform-looking-pensive_176474-82634.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Teacher",
company: "Science Dept",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-happy-be-back-university_23-2148586557.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Teacher", company: "Science Dept", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-happy-be-back-university_23-2148586557.jpg"},
{
id: "4",
name: "David Kim",
role: "Student",
company: "Class of 2025",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-near-sportsground_23-2148208891.jpg",
},
id: "4", name: "David Kim", role: "Student", company: "Class of 2025", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-near-sportsground_23-2148208891.jpg"},
{
id: "5",
name: "Linda White",
role: "Parent",
company: "Manba'ul Huda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-young-traveller_23-2148570581.jpg",
},
id: "5", name: "Linda White", role: "Parent", company: "Manba'ul Huda", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-young-traveller_23-2148570581.jpg"},
]}
kpiItems={[
{
value: "4.9",
label: "Rating",
},
value: "4.9", label: "Rating"},
{
value: "500+",
label: "Happy Parents",
},
value: "500+", label: "Happy Parents"},
{
value: "95%",
label: "Trust Score",
},
value: "95%", label: "Trust Score"},
]}
title="Community Voices"
description="Hear what our students and parents have to say about their experience."
@@ -254,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How do I enroll?",
content: "Admissions are open year-round via our office.",
},
id: "f1", title: "How do I enroll?", content: "Admissions are open year-round via our office."},
{
id: "f2",
title: "Are there school buses?",
content: "Yes, we provide transportation for all local students.",
},
id: "f2", title: "Are there school buses?", content: "Yes, we provide transportation for all local students."},
{
id: "f3",
title: "Is uniform required?",
content: "Yes, standard school uniforms must be worn daily.",
},
id: "f3", title: "Is uniform required?", content: "Yes, standard school uniforms must be worn daily."},
]}
title="Common Questions"
description="Answers to commonly asked questions about admissions and school life."
@@ -279,16 +190,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Contact Us"
description="We are here to answer your questions. Contact our admissions office today."
buttons={[
{
text: "Call Us",
href: "tel:081221710080",
},
text: "Call Us", href: "tel:081221710080"},
]}
/>
</div>
@@ -302,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}