Merge version_2 into main #2
220
src/app/page.tsx
220
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About (8, Patel St W, Kamaraj Nagar, TNHB Mig V Block, Avadi, Tamil Nadu 600071 | Phone: 044 2655 5489)", id: "about"},
|
||||
{
|
||||
name: "Circulars",
|
||||
id: "circulars",
|
||||
},
|
||||
name: "Circulars", id: "circulars"},
|
||||
{
|
||||
name: "Pay Fees",
|
||||
id: "fees",
|
||||
},
|
||||
name: "Pay Fees", id: "fees"},
|
||||
]}
|
||||
brandName="Nazareth Matric Hr. Sec. School"
|
||||
/>
|
||||
@@ -48,45 +42,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Welcome to Nazareth Matric Higher Secondary School"
|
||||
description="Empowering every student with quality education, moral values, and the skills to excel in tomorrow's world. Located in the heart of Avadi, Chennai."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pay School Fees",
|
||||
href: "#fees",
|
||||
},
|
||||
text: "Pay School Fees", href: "#fees"},
|
||||
{
|
||||
text: "View Circulars",
|
||||
href: "#circulars",
|
||||
},
|
||||
text: "View Circulars", href: "#circulars"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=1",
|
||||
imageAlt: "Nazareth School Campus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=1", imageAlt: "Nazareth School Campus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=2",
|
||||
imageAlt: "Nazareth School Library",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=2", imageAlt: "Nazareth School Library"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=3",
|
||||
imageAlt: "Nazareth Science Lab",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=3", imageAlt: "Nazareth Science Lab"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=4",
|
||||
imageAlt: "Nazareth Playground",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=4", imageAlt: "Nazareth Playground"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=5",
|
||||
imageAlt: "Nazareth Classroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=5", imageAlt: "Nazareth Classroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=6",
|
||||
imageAlt: "Nazareth Administration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pedralbes-royal-palace-barcelona_1398-4395.jpg?_wi=6", imageAlt: "Nazareth Administration"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,21 +75,13 @@ export default function LandingPage() {
|
||||
description="Founded with a vision to provide quality education rooted in Christian values, Nazareth Matric Higher Secondary School has been shaping young minds in Avadi for generations."
|
||||
metrics={[
|
||||
{
|
||||
value: "2000+",
|
||||
title: "Students",
|
||||
},
|
||||
value: "2000+", title: "Students"},
|
||||
{
|
||||
value: "120+",
|
||||
title: "Teachers",
|
||||
},
|
||||
value: "120+", title: "Teachers"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Pass Rate",
|
||||
},
|
||||
value: "98%", title: "Pass Rate"},
|
||||
{
|
||||
value: "40+",
|
||||
title: "Years of Service",
|
||||
},
|
||||
value: "40+", title: "Years of Service"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -128,49 +97,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Urgent",
|
||||
title: "Fee Payment Deadline",
|
||||
items: [
|
||||
"Term II fees due April 30, 2025.",
|
||||
"Complete online payment for convenience.",
|
||||
],
|
||||
id: "1", label: "Urgent", title: "Fee Payment Deadline", items: [
|
||||
"Term II fees due April 30, 2025.", "Complete online payment for convenience."],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Exams",
|
||||
title: "Mid-Term Examination",
|
||||
items: [
|
||||
"Commencing May 3, 2025.",
|
||||
"Hall tickets available April 28.",
|
||||
],
|
||||
id: "2", label: "Exams", title: "Mid-Term Examination", items: [
|
||||
"Commencing May 3, 2025.", "Hall tickets available April 28."],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Event",
|
||||
title: "Annual Day Celebration",
|
||||
items: [
|
||||
"May 15, 2025 at 10:00 AM.",
|
||||
"Cultural performances and prize distribution.",
|
||||
],
|
||||
id: "3", label: "Event", title: "Annual Day Celebration", items: [
|
||||
"May 15, 2025 at 10:00 AM.", "Cultural performances and prize distribution."],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
label: "Holiday",
|
||||
title: "Summer Break Announcement",
|
||||
items: [
|
||||
"School closes for summer break May 20.",
|
||||
"Academic year resumes June 10.",
|
||||
],
|
||||
id: "4", label: "Holiday", title: "Summer Break Announcement", items: [
|
||||
"School closes for summer break May 20.", "Academic year resumes June 10."],
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
label: "Sports",
|
||||
title: "Inter-School Athletics",
|
||||
items: [
|
||||
"Registration open for track events.",
|
||||
"Practice starts next Monday.",
|
||||
],
|
||||
id: "5", label: "Sports", title: "Inter-School Athletics", items: [
|
||||
"Registration open for track events.", "Practice starts next Monday."],
|
||||
},
|
||||
]}
|
||||
title="School Circulars & Notices"
|
||||
@@ -186,41 +130,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Term I Tuition",
|
||||
price: "₹3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Term I Tuition", price: "₹3,500", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Term II Tuition",
|
||||
price: "₹3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Term II Tuition", price: "₹3,500", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Annual Exam Fee",
|
||||
price: "₹1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Annual Exam Fee", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Transport Fee",
|
||||
price: "₹2,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=4",
|
||||
},
|
||||
id: "p4", name: "Transport Fee", price: "₹2,800", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=4"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Activity & Lab",
|
||||
price: "₹800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=5",
|
||||
},
|
||||
id: "p5", name: "Activity & Lab", price: "₹800", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=5"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Special Fee",
|
||||
price: "₹500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=6",
|
||||
},
|
||||
id: "p6", name: "Special Fee", price: "₹500", imageSrc: "http://img.b2bpic.net/free-photo/startup-team-review-financial-reports-performance-metrics-laptop_482257-90887.jpg?_wi=6"},
|
||||
]}
|
||||
title="Secure Fee Payment"
|
||||
description="Pay your child's fees easily online."
|
||||
@@ -236,51 +156,25 @@ export default function LandingPage() {
|
||||
description="Hear from parents and alumni about the impact of our educational journey."
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Parent Satisfaction",
|
||||
},
|
||||
value: "4.9/5", label: "Parent Satisfaction"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Alumni Success",
|
||||
},
|
||||
value: "95%", label: "Alumni Success"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Parent Reviews",
|
||||
},
|
||||
value: "100+", label: "Parent Reviews"},
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Suresh Kumar",
|
||||
role: "Parent",
|
||||
company: "Class 10 Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Suresh Kumar", role: "Parent", company: "Class 10 Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Devi",
|
||||
role: "Alumni",
|
||||
company: "Engineering Grad",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Anjali Devi", role: "Alumni", company: "Engineering Grad", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=3"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajesh V",
|
||||
role: "Parent",
|
||||
company: "Class 5 Student",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Rajesh V", role: "Parent", company: "Class 5 Student", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=4"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera S",
|
||||
role: "Parent",
|
||||
company: "Class 8 Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=5",
|
||||
},
|
||||
id: "4", name: "Meera S", role: "Parent", company: "Class 8 Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-reading_23-2147657352.jpg?_wi=5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -290,33 +184,21 @@ export default function LandingPage() {
|
||||
logoText="Nazareth Matric School"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Circulars",
|
||||
href: "#circulars",
|
||||
},
|
||||
label: "Circulars", href: "#circulars"},
|
||||
{
|
||||
label: "Fees",
|
||||
href: "#fees",
|
||||
},
|
||||
label: "Fees", href: "#fees"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "School Hours",
|
||||
items: [
|
||||
title: "School Hours", items: [
|
||||
{
|
||||
label: "Mon-Fri: 8:30AM - 4PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Fri: 8:30AM - 4PM", href: "#"},
|
||||
{
|
||||
label: "Sat: 8:30AM - 1PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sat: 8:30AM - 1PM", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -326,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user