1 Commits

Author SHA1 Message Date
d5fdf28178 Update src/app/page.tsx 2026-05-09 10:53:05 +00:00

View File

@@ -32,21 +32,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: "Academics", name: "Academics", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Wanezi High" brandName="Wanezi High"
/> />
@@ -58,32 +50,20 @@ export default function LandingPage() {
description="Wanezi High School prepares the next generation of leaders with a commitment to academic rigor and community values." description="Wanezi High School prepares the next generation of leaders with a commitment to academic rigor and community values."
buttons={[ buttons={[
{ {
text: "Enroll Now", text: "Start Your Application", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/red-white-building-with-modern-view-stairs-front-it-bucharest-romania_1268-15935.jpg" imageSrc="http://img.b2bpic.net/free-photo/red-white-building-with-modern-view-stairs-front-it-bucharest-romania_1268-15935.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", alt: "happy high school student"},
alt: "happy high school student",
},
{ {
src: "http://img.b2bpic.net/free-photo/modern-style-building_1137-69.jpg", src: "http://img.b2bpic.net/free-photo/modern-style-building_1137-69.jpg", alt: "student reading book"},
alt: "student reading book",
},
{ {
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3256.jpg", src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3256.jpg", alt: "student in lab coat"},
alt: "student in lab coat",
},
{ {
src: "http://img.b2bpic.net/free-photo/building_1127-3187.jpg", src: "http://img.b2bpic.net/free-photo/building_1127-3187.jpg", alt: "student smiling at camera"},
alt: "student smiling at camera",
},
{ {
src: "http://img.b2bpic.net/free-photo/teenagers-lifestyle-city_23-2149196034.jpg", src: "http://img.b2bpic.net/free-photo/teenagers-lifestyle-city_23-2149196034.jpg", alt: "student looking at notebook"},
alt: "student looking at notebook",
},
]} ]}
avatarText="Join 500+ successful alumni" avatarText="Join 500+ successful alumni"
/> />
@@ -109,38 +89,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "1", id: "1", title: "Science Excellence", author: "STEM Dept", description: "Cutting-edge laboratory facilities for hands-on learning.", tags: [
title: "Science Excellence", "Science", "STEM"],
author: "STEM Dept", imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-giving-protective-glasses-girl_259150-60269.jpg"},
description: "Cutting-edge laboratory facilities for hands-on learning.",
tags: [
"Science",
"STEM",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-coat-giving-protective-glasses-girl_259150-60269.jpg",
},
{ {
id: "2", id: "2", title: "Sports Program", author: "Athletics", description: "Competitive team sports fostering leadership and teamwork.", tags: [
title: "Sports Program", "Sports", "Health"],
author: "Athletics", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-running-field_23-2148930228.jpg"},
description: "Competitive team sports fostering leadership and teamwork.",
tags: [
"Sports",
"Health",
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-running-field_23-2148930228.jpg",
},
{ {
id: "3", id: "3", title: "Digital Literacy", author: "Tech Dept", description: "Modern curriculum preparing students for a digital world.", tags: [
title: "Digital Literacy", "Tech", "IT"],
author: "Tech Dept", imageSrc: "http://img.b2bpic.net/free-photo/youngsters-studying-cafe_23-2147655807.jpg"},
description: "Modern curriculum preparing students for a digital world.",
tags: [
"Tech",
"IT",
],
imageSrc: "http://img.b2bpic.net/free-photo/youngsters-studying-cafe_23-2147655807.jpg",
},
]} ]}
title="Why Choose Wanezi" title="Why Choose Wanezi"
description="Discover a learning environment designed to help every student reach their full potential." description="Discover a learning environment designed to help every student reach their full potential."
@@ -154,20 +113,11 @@ export default function LandingPage() {
tag="School Stats" tag="School Stats"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "98%", description: "University Acceptance Rate"},
value: "98%",
description: "University Acceptance Rate",
},
{ {
id: "m2", id: "m2", value: "45+", description: "Student Organizations"},
value: "45+",
description: "Student Organizations",
},
{ {
id: "m3", id: "m3", value: "1.2k", description: "Graduating Students"},
value: "1.2k",
description: "Graduating Students",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -180,59 +130,28 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Jane Doe", role: "Parent", company: "Wanezi Alumni", rating: 5,
name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/father-painting-with-daughter-fathers-day_23-2147805504.jpg"},
role: "Parent",
company: "Wanezi Alumni",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-painting-with-daughter-fathers-day_23-2147805504.jpg",
},
{ {
id: "2", id: "2", name: "John Smith", role: "Parent", company: "Alumni Parent", rating: 5,
name: "John Smith", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sofa_23-2147997603.jpg"},
role: "Parent",
company: "Alumni Parent",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sofa_23-2147997603.jpg",
},
{ {
id: "3", id: "3", name: "Maria Garcia", role: "Parent", company: "Local Community", rating: 5,
name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg"},
role: "Parent",
company: "Local Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg",
},
{ {
id: "4", id: "4", name: "Robert Brown", role: "Parent", company: "Wanezi Alumni", rating: 5,
name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-making-heart-gesture-with-fingers-looking-front-smiling-cheerfully-standing-green-wall_141793-52874.jpg"},
role: "Parent",
company: "Wanezi Alumni",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-making-heart-gesture-with-fingers-looking-front-smiling-cheerfully-standing-green-wall_141793-52874.jpg",
},
{ {
id: "5", id: "5", name: "Sarah Wilson", role: "Parent", company: "Local Resident", rating: 5,
name: "Sarah Wilson", imageSrc: "http://img.b2bpic.net/free-photo/mother-organising-jungle-theme-party_23-2149499054.jpg"},
role: "Parent",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mother-organising-jungle-theme-party_23-2149499054.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "5/5", value: "5/5", label: "Community Rating"},
label: "Community Rating",
},
{ {
value: "95%", value: "95%", label: "Satisfied Parents"},
label: "Satisfied Parents",
},
{ {
value: "20+", value: "20+", label: "Years Excellence"},
label: "Years Excellence",
},
]} ]}
title="Community Voices" title="Community Voices"
description="Hear what parents and alumni say about their experience at Wanezi." description="Hear what parents and alumni say about their experience at Wanezi."
@@ -245,20 +164,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How do I apply?", content: "You can apply via our online portal during the admission cycle."},
title: "How do I apply?",
content: "You can apply via our online portal during the admission cycle.",
},
{ {
id: "q2", id: "q2", title: "What is the class size?", content: "We maintain small class sizes to ensure personalized attention."},
title: "What is the class size?",
content: "We maintain small class sizes to ensure personalized attention.",
},
{ {
id: "q3", id: "q3", title: "Are there scholarships?", content: "Yes, we offer various academic and sports scholarships."},
title: "Are there scholarships?",
content: "Yes, we offer various academic and sports scholarships.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Answers to common queries about our school, admission, and programs." description="Answers to common queries about our school, admission, and programs."
@@ -273,16 +183,10 @@ export default function LandingPage() {
description="Have questions about Wanezi High School? Contact us today." description="Have questions about Wanezi High School? Contact us today."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/classmates-learning-together-group-study-session_23-2149211127.jpg" imageSrc="http://img.b2bpic.net/free-photo/classmates-learning-together-group-study-session_23-2149211127.jpg"