2 Commits

Author SHA1 Message Date
d710342b3a Merge version_2 into main
Merge version_2 into main
2026-05-08 14:24:41 +00:00
419ccabddb Update src/app/page.tsx 2026-05-08 14:24:34 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Programs", name: "Programs", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="SMA IT Manba'ul Huda" brandName="SMA IT Manba'ul Huda"
/> />
@@ -54,35 +46,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="SMA IT Manba'ul Huda: Excellence in Education" 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." 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={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511019.jpg", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511019.jpg", imageAlt: "School Exterior"},
imageAlt: "School Exterior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-lawn-reading_23-2147657078.jpg", imageSrc: "http://img.b2bpic.net/free-photo/students-sitting-lawn-reading_23-2147657078.jpg", imageAlt: "Campus View"},
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", 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"},
imageAlt: "Classroom Setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3201.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3201.jpg", imageAlt: "Student Activity"},
imageAlt: "Student Activity",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844693.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844693.jpg", imageAlt: "Study Hall"},
imageAlt: "Study Hall",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-teenagers-focused-writing-essay-public-library_482257-118212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-diverse-teenagers-focused-writing-essay-public-library_482257-118212.jpg", imageAlt: "Library"},
imageAlt: "Library",
},
]} ]}
/> />
</div> </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." 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={[ metrics={[
{ {
value: "15+", value: "15+", title: "Experienced Teachers"},
title: "Experienced Teachers",
},
{ {
value: "500+", value: "500+", title: "Graduates"},
title: "Graduates",
},
{ {
value: "100%", value: "100%", title: "Academic Satisfaction"},
title: "Academic Satisfaction",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/young-smiling-students-sitting-studying-outdoors_171337-11707.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-smiling-students-sitting-studying-outdoors_171337-11707.jpg"
imageAlt="School hallway" imageAlt="School hallway"
@@ -120,23 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Modern Labs", 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"},
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", 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"},
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", 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"},
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" title="Academic Excellence"
description="We provide holistic learning opportunities beyond the classroom." description="We provide holistic learning opportunities beyond the classroom."
@@ -150,31 +116,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "98%", title: "College Acceptance", items: [
value: "98%", "Top universities", "Successful placement"],
title: "College Acceptance",
items: [
"Top universities",
"Successful placement",
],
}, },
{ {
id: "m2", id: "m2", value: "20+", title: "Student Clubs", items: [
value: "20+", "Artistic development", "Sports teams"],
title: "Student Clubs",
items: [
"Artistic development",
"Sports teams",
],
}, },
{ {
id: "m3", id: "m3", value: "12", title: "Academic Awards", items: [
value: "12", "Regional competitions", "Excellence honors"],
title: "Academic Awards",
items: [
"Regional competitions",
"Excellence honors",
],
}, },
]} ]}
title="School Success" title="School Success"
@@ -189,59 +140,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Parent", company: "Manba'ul Huda", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-waiting-lesson_329181-10464.jpg"},
role: "Parent",
company: "Manba'ul Huda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/schoolboy-waiting-lesson_329181-10464.jpg",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "Student", company: "Class of 2024", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-standing-with-crossed-arms-graduate-uniform-looking-pensive_176474-82634.jpg"},
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", id: "3", name: "Emily Rodriguez", role: "Teacher", company: "Science Dept", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-happy-be-back-university_23-2148586557.jpg"},
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", id: "4", name: "David Kim", role: "Student", company: "Class of 2025", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-near-sportsground_23-2148208891.jpg"},
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", id: "5", name: "Linda White", role: "Parent", company: "Manba'ul Huda", rating: 5,
name: "Linda White", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-young-traveller_23-2148570581.jpg"},
role: "Parent",
company: "Manba'ul Huda",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-young-traveller_23-2148570581.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "4.9", value: "4.9", label: "Rating"},
label: "Rating",
},
{ {
value: "500+", value: "500+", label: "Happy Parents"},
label: "Happy Parents",
},
{ {
value: "95%", value: "95%", label: "Trust Score"},
label: "Trust Score",
},
]} ]}
title="Community Voices" title="Community Voices"
description="Hear what our students and parents have to say about their experience." description="Hear what our students and parents have to say about their experience."
@@ -254,20 +174,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How do I enroll?", content: "Admissions are open year-round via our office."},
title: "How do I enroll?",
content: "Admissions are open year-round via our office.",
},
{ {
id: "f2", id: "f2", title: "Are there school buses?", content: "Yes, we provide transportation for all local students."},
title: "Are there school buses?",
content: "Yes, we provide transportation for all local students.",
},
{ {
id: "f3", id: "f3", title: "Is uniform required?", content: "Yes, standard school uniforms must be worn daily."},
title: "Is uniform required?",
content: "Yes, standard school uniforms must be worn daily.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Answers to commonly asked questions about admissions and school life." description="Answers to commonly asked questions about admissions and school life."
@@ -279,16 +190,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Contact Us" title="Contact Us"
description="We are here to answer your questions. Contact our admissions office today." description="We are here to answer your questions. Contact our admissions office today."
buttons={[ buttons={[
{ {
text: "Call Us", text: "Call Us", href: "tel:081221710080"},
href: "tel:081221710080",
},
]} ]}
/> />
</div> </div>
@@ -302,4 +210,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }