Update src/app/page.tsx

This commit is contained in:
2026-05-07 18:58:25 +00:00
parent 9e747daedb
commit 38dd244bf8

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="floatingGradient" background="fluid"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -33,25 +33,15 @@ 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: "Facilities", name: "Facilities", id: "#facilities"},
id: "#facilities",
},
{ {
name: "Gallery", name: "Gallery", id: "#gallery"},
id: "#gallery",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Krishna Public School" brandName="Krishna Public School"
/> />
@@ -60,82 +50,51 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "plain", variant: "canvas-reveal"}}
}}
title="Shaping Confident Learners Since 2000" title="Shaping Confident Learners Since 2000"
description="Krishna Public School, Gudha provides a world-class educational environment, fostering academic excellence, moral character, and lifelong curiosity in every student." description="Krishna Public School, Gudha provides a world-class educational environment, fostering academic excellence, moral character, and lifelong curiosity in every student."
kpis={[ kpis={[
{ {
value: "24+", value: "24+", label: "Years of Excellence"},
label: "Years of Excellence",
},
{ {
value: "95%", value: "95%", label: "Academic Success"},
label: "Academic Success",
},
{ {
value: "1000+", value: "1000+", label: "Successful Alumni"},
label: "Successful Alumni",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Apply for Admission", text: "Apply for Admission", href: "#contact"},
href: "#contact",
},
{ {
text: "Call School", text: "Call School", href: "tel:+919416424477"},
href: "tel:+919416424477",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906322.jpg" imageSrc="http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906322.jpg"
imageAlt="Students learning" imageAlt="Students learning"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", src: "http://img.b2bpic.net/free-photo/kids-standing-their-desk-while-wearing-medical-masks_23-2148672160.jpg", alt: "Student 1"},
alt: "Student 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976867.jpg", src: "http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976867.jpg", alt: "Student 2"},
alt: "Student 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/abstract-blurred-restaurant_1339-2814.jpg", src: "http://img.b2bpic.net/free-photo/abstract-blurred-restaurant_1339-2814.jpg", alt: "Student 3"},
alt: "Student 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/abstract-blurred-restaurant_1339-2815.jpg", src: "http://img.b2bpic.net/free-photo/abstract-blurred-restaurant_1339-2815.jpg", alt: "Student 4"},
alt: "Student 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-scientific-micropipette-instruments-chemical-laboratory-medical-desk-empty-room-with-vacutainers-test-tubes-glass-samples-microscope-dna-animation-computer_482257-28661.jpg", src: "http://img.b2bpic.net/free-photo/close-up-scientific-micropipette-instruments-chemical-laboratory-medical-desk-empty-room-with-vacutainers-test-tubes-glass-samples-microscope-dna-animation-computer_482257-28661.jpg", alt: "Student 5"},
alt: "Student 5",
},
]} ]}
avatarText="Join 1000+ Successful Alumni" avatarText="Join 1000+ Successful Alumni"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Holistic Development"},
text: "Holistic Development",
},
{ {
type: "text", type: "text", text: "Modern Pedagogy"},
text: "Modern Pedagogy",
},
{ {
type: "text", type: "text", text: "Values-Based Education"},
text: "Values-Based Education",
},
{ {
type: "text", type: "text", text: "State-of-the-art Infrastructure"},
text: "State-of-the-art Infrastructure",
},
{ {
type: "text", type: "text", text: "Safe Learning Environment"},
text: "Safe Learning Environment",
},
]} ]}
/> />
</div> </div>
@@ -146,9 +105,7 @@ export default function LandingPage() {
title="A Legacy of Academic Excellence in Gudha" title="A Legacy of Academic Excellence in Gudha"
buttons={[ buttons={[
{ {
text: "Learn About Our Mission", text: "Learn About Our Mission", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -160,21 +117,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"No generic teaching", "No generic teaching", "No overcrowding", "No compromise on quality", "No outdated methods", "No lack of supervision"],
"No overcrowding",
"No compromise on quality",
"No outdated methods",
"No lack of supervision",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Individualized learning plans", "Individualized learning plans", "Holistic development focus", "State-of-the-art infrastructure", "Experienced faculty", "Integrated sports programs"],
"Holistic development focus",
"State-of-the-art infrastructure",
"Experienced faculty",
"Integrated sports programs",
],
}} }}
title="Why Parents Choose KPS Gudha" title="Why Parents Choose KPS Gudha"
description="We blend traditional values with modern pedagogy to create well-rounded individuals." description="We blend traditional values with modern pedagogy to create well-rounded individuals."
@@ -188,23 +135,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: Monitor,
icon: Monitor, title: "Smart Classrooms", value: "20+"},
title: "Smart Classrooms",
value: "20+",
},
{ {
id: "m2", id: "m2", icon: Star,
icon: Star, title: "Advanced Science Labs", value: "3"},
title: "Advanced Science Labs",
value: "3",
},
{ {
id: "m3", id: "m3", icon: BookOpen,
icon: BookOpen, title: "Extensive Library", value: "5k+"},
title: "Extensive Library",
value: "5k+",
},
]} ]}
title="Modern Facilities for Future Leaders" title="Modern Facilities for Future Leaders"
description="Our campus is equipped with everything a child needs to excel." description="Our campus is equipped with everything a child needs to excel."
@@ -219,41 +157,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "r1", id: "r1", name: "District Toppers", price: "2023-24", imageSrc: "http://img.b2bpic.net/free-photo/science-laboratory-equipment-test-tube-with-blood-healthcare-development-chemical-dripping-pipe-with-glass-flask-analysis-biochemistry-lab-clinic-professional-instruments_482257-27591.jpg"},
name: "District Toppers",
price: "2023-24",
imageSrc: "http://img.b2bpic.net/free-photo/science-laboratory-equipment-test-tube-with-blood-healthcare-development-chemical-dripping-pipe-with-glass-flask-analysis-biochemistry-lab-clinic-professional-instruments_482257-27591.jpg",
},
{ {
id: "r2", id: "r2", name: "Science Olympiad Gold", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-book-bookshelves-bookstore_1232-4955.jpg"},
name: "Science Olympiad Gold",
price: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-book-bookshelves-bookstore_1232-4955.jpg",
},
{ {
id: "r3", id: "r3", name: "Sports Meet Winners", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/empty-laboratory-workspace-displays-jars-blood-samples-tools-prepared-analysis-clinical_482257-133849.jpg"},
name: "Sports Meet Winners",
price: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/empty-laboratory-workspace-displays-jars-blood-samples-tools-prepared-analysis-clinical_482257-133849.jpg",
},
{ {
id: "r4", id: "r4", name: "Debate Champions", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744712.jpg"},
name: "Debate Champions",
price: "2023",
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744712.jpg",
},
{ {
id: "r5", id: "r5", name: "Music Festival Awards", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/teenagers-reading-staircase-library_23-2147864038.jpg"},
name: "Music Festival Awards",
price: "2024",
imageSrc: "http://img.b2bpic.net/free-photo/teenagers-reading-staircase-library_23-2147864038.jpg",
},
{ {
id: "r6", id: "r6", name: "Tech Hackathon Winners", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744716.jpg"},
name: "Tech Hackathon Winners",
price: "2024",
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744716.jpg",
},
]} ]}
title="Academic Results and Achievements" title="Academic Results and Achievements"
description="Our students consistently top district and state examinations." description="Our students consistently top district and state examinations."
@@ -268,25 +182,15 @@ export default function LandingPage() {
author="Rajesh Kumar, Parent" author="Rajesh Kumar, Parent"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/girls-park_1157-8205.jpg", src: "http://img.b2bpic.net/free-photo/girls-park_1157-8205.jpg", alt: "Parent Testimonial"},
alt: "Parent Testimonial",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-kid-first-day-school_23-2149748238.jpg", src: "http://img.b2bpic.net/free-photo/front-view-kid-first-day-school_23-2149748238.jpg", alt: "Parent 2"},
alt: "Parent 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/back-view-girl-holding-hands-with-mother_23-2149748250.jpg", src: "http://img.b2bpic.net/free-photo/back-view-girl-holding-hands-with-mother_23-2149748250.jpg", alt: "Parent 3"},
alt: "Parent 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/little-children-trick-treating-halloween_53876-40570.jpg", src: "http://img.b2bpic.net/free-photo/little-children-trick-treating-halloween_53876-40570.jpg", alt: "Parent 4"},
alt: "Parent 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/mom-with-her-little-daughter-schoolgirl-steps-way-school-coronavirus-pandemic-education-concept_169016-8725.jpg", src: "http://img.b2bpic.net/free-photo/mom-with-her-little-daughter-schoolgirl-steps-way-school-coronavirus-pandemic-education-concept_169016-8725.jpg", alt: "Parent 5"},
alt: "Parent 5",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
@@ -300,26 +204,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "p1", id: "p1", name: "Dr. S. K. Yadav", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shallow-focus-view-male-wearing-grey-suit-eyeglasses-while-smiling-camera_181624-17938.jpg", imageAlt: "Principal"},
name: "Dr. S. K. Yadav",
role: "Principal",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shallow-focus-view-male-wearing-grey-suit-eyeglasses-while-smiling-camera_181624-17938.jpg",
imageAlt: "Principal",
},
{ {
id: "p2", id: "p2", name: "Ms. Anjali Sharma", role: "Senior Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Coordinator"},
name: "Ms. Anjali Sharma",
role: "Senior Coordinator",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
imageAlt: "Coordinator",
},
{ {
id: "p3", id: "p3", name: "Mr. Vikram Singh", role: "Sports Director", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-with-serious-expression-concentrated-sitting-school-desk-front-blackboard-classroom_141793-131769.jpg", imageAlt: "Sports Director"},
name: "Mr. Vikram Singh",
role: "Sports Director",
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-with-serious-expression-concentrated-sitting-school-desk-front-blackboard-classroom_141793-131769.jpg",
imageAlt: "Sports Director",
},
]} ]}
title="A Word from the Principal" title="A Word from the Principal"
description="Education is not preparation for life; education is life itself. We are committed to your child's success." description="Education is not preparation for life; education is life itself. We are committed to your child's success."
@@ -330,16 +219,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Admissions" tag="Admissions"
title="Join the KPS Gudha Family" title="Join the KPS Gudha Family"
description="VPO Gudha, District Mahendragarh, Haryana, India. Call us: +91 9416424477 | Email: info@kpsgudha.com" description="VPO Gudha, District Mahendragarh, Haryana, India. Call us: +91 9416424477 | Email: info@kpsgudha.com"
buttons={[ buttons={[
{ {
text: "Send Enquiry", text: "Send Enquiry", href: "mailto:info@kpsgudha.com"},
href: "mailto:info@kpsgudha.com",
},
]} ]}
/> />
</div> </div>
@@ -349,29 +235,19 @@ export default function LandingPage() {
logoText="KPS Gudha" logoText="KPS Gudha"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Admissions", label: "Admissions", href: "#contact"},
href: "#contact",
},
{ {
label: "Facilities", label: "Facilities", href: "#facilities"},
href: "#facilities",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Email Info", label: "Email Info", href: "mailto:info@kpsgudha.com"},
href: "mailto:info@kpsgudha.com",
},
{ {
label: "Call Us", label: "Call Us", href: "tel:+919416424477"},
href: "tel:+919416424477",
},
], ],
}, },
]} ]}
@@ -380,4 +256,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }