Update src/app/page.tsx
This commit is contained in:
176
src/app/page.tsx
176
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Academics",
|
||||
id: "features",
|
||||
},
|
||||
name: "Academics", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Application", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-white-building-with-modern-view-stairs-front-it-bucharest-romania_1268-15935.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg",
|
||||
alt: "happy high school student",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", alt: "happy high school student"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-style-building_1137-69.jpg",
|
||||
alt: "student reading book",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-style-building_1137-69.jpg", alt: "student reading book"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3256.jpg",
|
||||
alt: "student in lab coat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3256.jpg", alt: "student in lab coat"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/building_1127-3187.jpg",
|
||||
alt: "student smiling at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/building_1127-3187.jpg", alt: "student smiling at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teenagers-lifestyle-city_23-2149196034.jpg",
|
||||
alt: "student looking at notebook",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teenagers-lifestyle-city_23-2149196034.jpg", alt: "student looking at notebook"},
|
||||
]}
|
||||
avatarText="Join 500+ successful alumni"
|
||||
/>
|
||||
@@ -109,38 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Science Excellence",
|
||||
author: "STEM Dept",
|
||||
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: "1", title: "Science Excellence", author: "STEM Dept", 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",
|
||||
title: "Sports Program",
|
||||
author: "Athletics",
|
||||
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: "2", title: "Sports Program", author: "Athletics", 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",
|
||||
title: "Digital Literacy",
|
||||
author: "Tech Dept",
|
||||
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",
|
||||
},
|
||||
id: "3", title: "Digital Literacy", author: "Tech Dept", 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"
|
||||
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"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
description: "University Acceptance Rate",
|
||||
},
|
||||
id: "m1", value: "98%", description: "University Acceptance Rate"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45+",
|
||||
description: "Student Organizations",
|
||||
},
|
||||
id: "m2", value: "45+", description: "Student Organizations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.2k",
|
||||
description: "Graduating Students",
|
||||
},
|
||||
id: "m3", value: "1.2k", description: "Graduating Students"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -180,59 +130,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Doe",
|
||||
role: "Parent",
|
||||
company: "Wanezi Alumni",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-painting-with-daughter-fathers-day_23-2147805504.jpg",
|
||||
},
|
||||
id: "1", name: "Jane Doe", 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",
|
||||
name: "John Smith",
|
||||
role: "Parent",
|
||||
company: "Alumni Parent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sofa_23-2147997603.jpg",
|
||||
},
|
||||
id: "2", name: "John Smith", role: "Parent", company: "Alumni Parent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-sofa_23-2147997603.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Garcia",
|
||||
role: "Parent",
|
||||
company: "Local Community",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg",
|
||||
},
|
||||
id: "3", name: "Maria Garcia", role: "Parent", company: "Local Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Brown",
|
||||
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: "4", name: "Robert Brown", 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",
|
||||
name: "Sarah Wilson",
|
||||
role: "Parent",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-organising-jungle-theme-party_23-2149499054.jpg",
|
||||
},
|
||||
id: "5", name: "Sarah Wilson", role: "Parent", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-organising-jungle-theme-party_23-2149499054.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Community Rating",
|
||||
},
|
||||
value: "5/5", label: "Community Rating"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Satisfied Parents",
|
||||
},
|
||||
value: "95%", label: "Satisfied Parents"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Excellence",
|
||||
},
|
||||
value: "20+", label: "Years Excellence"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Hear what parents and alumni say about their experience at Wanezi."
|
||||
@@ -245,20 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I apply?",
|
||||
content: "You can apply via our online portal during the admission cycle.",
|
||||
},
|
||||
id: "q1", title: "How do I apply?", content: "You can apply via our online portal during the admission cycle."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the class size?",
|
||||
content: "We maintain small class sizes to ensure personalized attention.",
|
||||
},
|
||||
id: "q2", title: "What is the class size?", content: "We maintain small class sizes to ensure personalized attention."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there scholarships?",
|
||||
content: "Yes, we offer various academic and sports scholarships.",
|
||||
},
|
||||
id: "q3", title: "Are there scholarships?", content: "Yes, we offer various academic and sports scholarships."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
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."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classmates-learning-together-group-study-session_23-2149211127.jpg"
|
||||
|
||||
Reference in New Issue
Block a user