Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
202
src/app/page.tsx
202
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Pillars",
|
||||
id: "pillars",
|
||||
},
|
||||
name: "Pillars", id: "pillars"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Community", id: "metrics"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SJHN"
|
||||
/>
|
||||
@@ -63,33 +53,21 @@ export default function LandingPage() {
|
||||
description="St. Joseph's High School Namagunga is dedicated to nurturing academic growth and spiritual maturity in our students, preparing them to be leaders of tomorrow."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Apply Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boston-clock-tower-downtown_649448-5289.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-book_23-2148680226.jpg",
|
||||
alt: "Front view smiley woman with book",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-book_23-2148680226.jpg", alt: "Front view smiley woman with book"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-woman-posing-with-book_23-2148464478.jpg",
|
||||
alt: "Portrait of adult woman posing with book",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-woman-posing-with-book_23-2148464478.jpg", alt: "Portrait of adult woman posing with book"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
|
||||
alt: "Young beautiful lady with dark curly hair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", alt: "Young beautiful lady with dark curly hair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg",
|
||||
alt: "Successful guy with glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-guy-with-glasses_1098-1116.jpg", alt: "Successful guy with glasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-student-posing-white_114579-76841.jpg",
|
||||
alt: "Pretty student posing on white",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-student-posing-white_114579-76841.jpg", alt: "Pretty student posing on white"},
|
||||
]}
|
||||
avatarText="Join our community of over 2,000+ students and alumni."
|
||||
/>
|
||||
@@ -102,19 +80,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: GraduationCap,
|
||||
label: "Graduation Rate",
|
||||
value: "98%",
|
||||
},
|
||||
label: "Graduation Rate", value: "98%"},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Library Volumes",
|
||||
value: "50k+",
|
||||
},
|
||||
label: "Library Volumes", value: "50k+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "National Awards",
|
||||
value: "150+",
|
||||
},
|
||||
label: "National Awards", value: "150+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,19 +100,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Academic Excellence",
|
||||
description: "Rigorous curriculum focusing on holistic learning and critical thinking.",
|
||||
},
|
||||
title: "Academic Excellence", description: "Rigorous curriculum focusing on holistic learning and critical thinking."},
|
||||
{
|
||||
icon: Plus,
|
||||
title: "Faith & Integrity",
|
||||
description: "Character building grounded in our Catholic tradition and values.",
|
||||
},
|
||||
title: "Faith & Integrity", description: "Character building grounded in our Catholic tradition and values."},
|
||||
{
|
||||
icon: Trophy,
|
||||
title: "Sports & Talent",
|
||||
description: "Comprehensive athletic and extracurricular programs to harness potential.",
|
||||
},
|
||||
title: "Sports & Talent", description: "Comprehensive athletic and extracurricular programs to harness potential."},
|
||||
]}
|
||||
title="Our Pillars of Success"
|
||||
description="We build strong foundations through core values and comprehensive development paths."
|
||||
@@ -151,25 +117,17 @@ export default function LandingPage() {
|
||||
<MetricCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Users,
|
||||
title: "Total Alumni",
|
||||
value: "10,000+",
|
||||
},
|
||||
id: "m1", icon: Users,
|
||||
title: "Total Alumni", value: "10,000+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Scholarship Students",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m2", icon: Star,
|
||||
title: "Scholarship Students", value: "500+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Building2,
|
||||
title: "School Years",
|
||||
value: "60+",
|
||||
},
|
||||
id: "m3", icon: Building2,
|
||||
title: "School Years", value: "60+"},
|
||||
]}
|
||||
title="Community Impact"
|
||||
description="Measuring our contribution to the growth of Uganda's future leaders."
|
||||
@@ -183,45 +141,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Namuyiga",
|
||||
handle: "@alumni",
|
||||
testimonial: "Namagunga shaped my professional path by instilling confidence and values.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-young-smiling-woman-with-blond-hair-walking-along-street-sunny-day-carry-her_1258-205916.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Namuyiga", handle: "@alumni", testimonial: "Namagunga shaped my professional path by instilling confidence and values.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-beautiful-young-smiling-woman-with-blond-hair-walking-along-street-sunny-day-carry-her_1258-205916.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John Kabuga",
|
||||
handle: "@parent",
|
||||
testimonial: "Excellent care and academic guidance provided to my children.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg",
|
||||
},
|
||||
id: "t2", name: "John Kabuga", handle: "@parent", testimonial: "Excellent care and academic guidance provided to my children.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David Ssenyonga",
|
||||
handle: "@alumni",
|
||||
testimonial: "The best high school education one can find in Uganda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-student-girl-completing-her-class-notes-with-information_482257-114573.jpg",
|
||||
},
|
||||
id: "t3", name: "David Ssenyonga", handle: "@alumni", testimonial: "The best high school education one can find in Uganda.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-student-girl-completing-her-class-notes-with-information_482257-114573.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rosemary Nsubuga",
|
||||
handle: "@teacher",
|
||||
testimonial: "A dedicated staff working towards the betterment of every child.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/here-are-your-test-results-you-got_637285-8656.jpg",
|
||||
},
|
||||
id: "t4", name: "Rosemary Nsubuga", handle: "@teacher", testimonial: "A dedicated staff working towards the betterment of every child.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/here-are-your-test-results-you-got_637285-8656.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Peter Kiggundu",
|
||||
handle: "@student",
|
||||
testimonial: "It's an amazing school with great resources and teachers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-graduate-uniform-looking-sensible_176474-82374.jpg",
|
||||
},
|
||||
id: "t5", name: "Peter Kiggundu", handle: "@student", testimonial: "It's an amazing school with great resources and teachers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-graduate-uniform-looking-sensible_176474-82374.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of the Community"
|
||||
@@ -234,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How to apply?",
|
||||
content: "You can download our admission forms from the office or website.",
|
||||
},
|
||||
id: "q1", title: "How to apply?", content: "You can download our admission forms from the office or website."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there scholarships?",
|
||||
content: "Yes, we offer various academic and financial aid scholarships.",
|
||||
},
|
||||
id: "q2", title: "Are there scholarships?", content: "Yes, we offer various academic and financial aid scholarships."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What extracurriculars exist?",
|
||||
content: "We offer music, dance, various sports, and academic clubs.",
|
||||
},
|
||||
id: "q3", title: "What extracurriculars exist?", content: "We offer music, dance, various sports, and academic clubs."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our admission and school life."
|
||||
@@ -260,14 +184,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Ministry of Education",
|
||||
"Catholic Secretariat",
|
||||
"Makerere University",
|
||||
"Uganda Chamber of Commerce",
|
||||
"Rotary International",
|
||||
"STEM Foundation",
|
||||
"Arts Association",
|
||||
]}
|
||||
"Ministry of Education", "Catholic Secretariat", "Makerere University", "Uganda Chamber of Commerce", "Rotary International", "STEM Foundation", "Arts Association"]}
|
||||
title="Proud Partners"
|
||||
description="Collaborating with leading organizations for educational excellence."
|
||||
/>
|
||||
@@ -280,22 +197,14 @@ export default function LandingPage() {
|
||||
description="Feel free to reach out to us regarding admissions, partnerships, or general information."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-doing-his-job_23-2148968959.jpg"
|
||||
@@ -307,38 +216,25 @@ export default function LandingPage() {
|
||||
logoText="SJHN"
|
||||
columns={[
|
||||
{
|
||||
title: "School",
|
||||
items: [
|
||||
title: "School", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Admission Forms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Admission Forms", href: "#"},
|
||||
{
|
||||
label: "Student Portal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Student Portal", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user