Files
94e8b698-18a7-4545-884d-cba…/src/app/page.tsx
2026-03-05 05:55:14 +00:00

305 lines
18 KiB
TypeScript

"use client"
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { Award, BookOpen, CheckCircle, Heart, Shield, Sparkles, Trophy, Users, Zap, GraduationCap, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="noiseDiagonalGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Shaswat Chetna"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Classes", id: "classes" },
{ name: "Facilities", id: "facilities" },
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Garhi, Ganaur, Haryana"
bottomRightText="090171 71769"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
title="A Trusted School for Your Child's Bright Future"
description="Providing quality education, discipline, and values in Ganaur, Haryana. Shaswat Chetna Sr Sec School is dedicated to nurturing young minds through excellence in academics and character building."
tag="Excellence in Education"
tagIcon={Sparkles}
background={{ variant: "plain" }}
buttons={[
{ text: "Call for Admission", href: "tel:09017171769" },
{ text: "Apply Now", href: "#contact" }
]}
dashboard={{
title: "Our School at a Glance", logoIcon: GraduationCap,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", searchPlaceholder: "Search classes and facilities", buttons: [
{ text: "Learn More", href: "#about" },
{ text: "Visit Campus", href: "tel:09017171769" }
],
sidebarItems: [
{ icon: BookOpen },
{ icon: Users },
{ icon: Award }
],
stats: [
{ title: "Years of Excellence", values: [10, 15, 20], description: "In education" },
{ title: "Students Enrolled", values: [500, 750, 1000], description: "Growing community" },
{ title: "Success Rate", values: [85, 92, 98], valueSuffix: "%", description: "In board exams" }
],
chartTitle: "Admissions Trend", chartData: [
{ value: 60 },
{ value: 70 },
{ value: 80 },
{ value: 75 },
{ value: 90 }
],
listTitle: "Recent Achievements", listItems: [
{ icon: Trophy, title: "State Sports Championship", status: "2024" },
{ icon: Award, title: "Best School Award", status: "2024" },
{ icon: BookOpen, title: "100% Literacy Achievement", status: "Ongoing" }
]
}}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Shaswat Chetna Sr Sec School — Trusted Educational Institution in Ganaur, Haryana. We are committed to providing quality education, fostering discipline, and building strong character in every student."
useInvertedBackground={false}
metrics={[
{ icon: Users, label: "Experienced Teachers", value: "50+" },
{ icon: Shield, label: "Safe Campus", value: "24/7" },
{ icon: Zap, label: "Strong Results", value: "95%" },
{ icon: Heart, label: "Values-Based Learning", value: "Core Focus" }
]}
/>
</div>
<div id="why-choose" data-section="why-choose">
<FeatureCardNine
title="Why Choose Shaswat Chetna?"
description="We combine rigorous academics with holistic development to nurture every child's potential"
tag="Our Strengths"
tagIcon={CheckCircle}
textboxLayout="default"
useInvertedBackground={false}
animationType="opacity"
showStepNumbers={true}
features={[
{
id: 1,
title: "Quality Education", description: "Expert faculty delivering CBSE-aligned curriculum with focus on conceptual understanding and practical application", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/group-kids-studying-school_1303-26844.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg" }
},
{
id: 2,
title: "Experienced Teachers", description: "Dedicated educators with years of experience committed to individual student growth and mentorship", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-tutor-mentoring-schoolgirls-school-library-setting_482257-125446.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-teenager-tries-explain-material-younger-brother-who-sits-back-camera_273609-28612.jpg" }
},
{
id: 3,
title: "Holistic Development", description: "Beyond academics — fostering discipline, character building, and all-round personality development", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/teenager-spending-time-together-outdoors_23-2148800899.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/little-kids-halloween-party_53876-49154.jpg" }
}
]}
/>
</div>
<div id="classes" data-section="classes">
<ProductCardTwo
title="Classes Offered"
description="Education for every stage of childhood and adolescence"
tag="Classes"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{
id: "nursery", brand: "Nursery", name: "Play-Based Learning", price: "Foundation Stage", rating: 5,
reviewCount: "Age 3-4", imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg"
},
{
id: "lkg-ukg", brand: "LKG/UKG", name: "Pre-Primary Excellence", price: "Early Learning", rating: 5,
reviewCount: "Age 4-6", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-with-wooden-game_23-2148925489.jpg"
},
{
id: "primary", brand: "Primary (1-5)", name: "Strong Foundations", price: "Academics Begin", rating: 5,
reviewCount: "Age 6-11", imageSrc: "http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg"
},
{
id: "middle", brand: "Middle (6-8)", name: "Skill Development", price: "Growing Scholars", rating: 5,
reviewCount: "Age 11-14", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-chatting-with-boys-class_23-2147659119.jpg"
},
{
id: "secondary", brand: "Secondary (9-10)", name: "Board Preparation", price: "Critical Years", rating: 5,
reviewCount: "Age 14-16", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg"
},
{
id: "senior-secondary", brand: "Senior Secondary (11-12)", name: "Future Ready", price: "Higher Education Path", rating: 5,
reviewCount: "Age 16-18", imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg"
}
]}
/>
</div>
<div id="facilities" data-section="facilities">
<MetricCardTwo
title="School Facilities"
description="Modern infrastructure supporting comprehensive learning and development"
tag="Campus Amenities"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
metrics={[
{ id: "1", value: "12+", description: "Smart Classrooms" },
{ id: "2", value: "2", description: "Computer Labs" },
{ id: "3", value: "1", description: "Digital Library" },
{ id: "4", value: "5+", description: "Sports Facilities" },
{ id: "5", value: "24/7", description: "Safe Campus" },
{ id: "6", value: "10+", description: "Clubs & Activities" }
]}
/>
</div>
<div id="admission-process" data-section="admission-process">
<FaqDouble
title="Admission Process"
description="Simple steps to get your child admitted to Shaswat Chetna"
tag="Getting Started"
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
animationType="smooth"
faqs={[
{
id: "1", title: "How do I submit an admission inquiry?", content: "Fill out our online admission form below or call us at 090171 71769. We'll contact you within 24 hours to schedule a campus visit and discuss your child's admission."
},
{
id: "2", title: "What documents are required for admission?", content: "We require birth certificate, previous school records (if applicable), vaccination certificate, and parent identification. Our admissions team will provide a complete checklist."
},
{
id: "3", title: "Is there an entrance exam?", content: "We conduct a simple assessment to understand your child's current level and learning needs. This helps us provide personalized support."
},
{
id: "4", title: "What is the admission fee structure?", content: "Our fees vary by class and are competitive for the quality of education provided. Contact us for detailed fee information and available scholarships."
},
{
id: "5", title: "Can I visit the campus before admission?", content: "Absolutely! We encourage campus visits. Call us to schedule a visit at your convenience. Our team will show you classrooms, facilities, and answer all your questions."
},
{
id: "6", title: "When does the academic year start?", content: "Our academic year typically begins in April. Admissions are open throughout the year subject to seat availability in each class."
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="What Parents Say"
description="Hear from families who trust us with their children's education"
tag="Parent Reviews"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Excellent Faculty and Discipline", quote: "Very disciplined school with caring teachers. My child improved a lot academically and personally. The focus on values and character is commendable.", name: "Priya Sharma", role: "Parent, Class 5", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
},
{
id: "2", title: "Safe and Nurturing Environment", quote: "I appreciate the safe campus environment and the way teachers give individual attention to each child. My daughter feels confident and happy coming to school.", name: "Rajesh Kumar", role: "Parent, Class 3", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"
},
{
id: "3", title: "Quality Education with Values", quote: "The school provides not just quality education but also focuses on building strong character. My son has become more responsible and disciplined.", name: "Anjali Singh", role: "Parent, Class 8", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
},
{
id: "4", title: "Best Decision for Our Child", quote: "Enrolling in Shaswat Chetna was the best decision. The teachers are experienced, facilities are modern, and the overall development approach is comprehensive.", name: "Vikram Patel", role: "Parent, Class 10", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"
},
{
id: "5", title: "Highly Recommended School", quote: "Great academic results combined with excellent co-curricular activities. The school truly cares about each child's future and provides outstanding guidance.", name: "Neha Gupta", role: "Parent, Class 11", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
},
{
id: "6", title: "Transformed My Child's Future", quote: "This school has transformed my child's confidence and academic performance. The holistic approach to education is exactly what we were looking for.", name: "Arjun Malhotra", role: "Parent, Class 6", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Apply for Admission Today"
description="Fill out our admission inquiry form and we'll contact you within 24 hours to schedule a campus visit and discuss your child's admission."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/students-chatting-near-campus-building_23-2147850666.jpg"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Submit Inquiry"
inputs={[
{ name: "parentName", type: "text", placeholder: "Parent Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "studentName", type: "text", placeholder: "Student Name", required: true },
{ name: "classApplying", type: "text", placeholder: "Class Applying For", required: true }
]}
textarea={{ name: "message", placeholder: "Additional Message (Optional)", rows: 4, required: false }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Shaswat Chetna"
copyrightText="© 2025 Shaswat Chetna Sr Sec School | All Rights Reserved"
columns={[
{
title: "School", items: [
{ label: "About Us", href: "#about" },
{ label: "Classes", href: "#classes" },
{ label: "Facilities", href: "#facilities" },
{ label: "Admissions", href: "#admission-process" }
]
},
{
title: "Quick Links", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Call Now", href: "tel:09017171769" },
{ label: "Campus Tour", href: "tel:09017171769" },
{ label: "Apply Online", href: "#contact" }
]
},
{
title: "Contact", items: [
{ label: "Phone: 090171 71769", href: "tel:09017171769" },
{ label: "Garhi, Ganaur, Haryana", href: "#" },
{ label: "Email: info@shaswatchetnaschool.com", href: "mailto:info@shaswatchetnaschool.com" },
{ label: "Website: shaswatchetnaschool.com", href: "#" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}