Merge version_1 into main #2
203
src/app/page.tsx
203
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
name: "Programs", id: "/programs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Paathshala"
|
||||
/>
|
||||
@@ -52,63 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Paathshala Play School: Shaping Little Minds"
|
||||
description="Nurturing curiosity, creativity, and confidence in the heart of Atal Nagar–Nava Raipur. Join the safest learning space for your little ones."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colorful-paints-table_23-2147760640.jpg",
|
||||
alt: "Preschool child 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg",
|
||||
alt: "Preschool child 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sports-wellbeing-health-active-lifestyle-concept_343059-3665.jpg",
|
||||
alt: "Preschool child 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teacher-explaining-lesson-student_23-2148618655.jpg",
|
||||
alt: "Preschool child 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-boy-playing-while-looking-tablet_23-2148816985.jpg",
|
||||
alt: "Preschool child 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/colorful-paints-table_23-2147760640.jpg", alt: "Preschool child 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg", alt: "Preschool child 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sports-wellbeing-health-active-lifestyle-concept_343059-3665.jpg", alt: "Preschool child 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/teacher-explaining-lesson-student_23-2148618655.jpg", alt: "Preschool child 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/little-boy-playing-while-looking-tablet_23-2148816985.jpg", alt: "Preschool child 5" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Admissions Open",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
{ text: "Admissions Open", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:+919876543210" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Safe & Secure Campus",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Activity Based Learning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experienced Teachers",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Play Areas",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Healthy Environment",
|
||||
},
|
||||
{ type: "text", text: "Safe & Secure Campus" },
|
||||
{ type: "text", text: "Activity Based Learning" },
|
||||
{ type: "text", text: "Experienced Teachers" },
|
||||
{ type: "text", text: "Modern Play Areas" },
|
||||
{ type: "text", text: "Healthy Environment" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,7 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Paathshala"
|
||||
description="Located in Sector 27, we provide a holistic, nurturing environment designed specifically for early development. Our mission is to make learning a joyful journey filled with exploration."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg"
|
||||
imageAlt="Nurturing learning environment"
|
||||
/>
|
||||
</div>
|
||||
@@ -129,27 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Safe Environment",
|
||||
subtitle: "Monitored campus with 24/7 security.",
|
||||
category: "Safety",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Caring Staff",
|
||||
subtitle: "Trained, loving mentors dedicated to growth.",
|
||||
category: "Staff",
|
||||
value: "1:8 Ratio",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Engaging Curriculum",
|
||||
subtitle: "Activity-based creative learning for kids.",
|
||||
category: "Pedagogy",
|
||||
value: "Proven",
|
||||
},
|
||||
{ id: "f1", title: "Safe Environment", subtitle: "Monitored campus with 24/7 security.", category: "Safety", value: "24/7" },
|
||||
{ id: "f2", title: "Caring Staff", subtitle: "Trained, loving mentors dedicated to growth.", category: "Staff", value: "1:8 Ratio" },
|
||||
{ id: "f3", title: "Engaging Curriculum", subtitle: "Activity-based creative learning for kids.", category: "Pedagogy", value: "Proven" },
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="We prioritize your child's holistic development through proven, child-centric pedagogy."
|
||||
@@ -160,64 +97,20 @@ export default function LandingPage() {
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="What Parents Say"
|
||||
description="See what our happy parents have to say about their experience at Paathshala."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
date: "Jan 2025",
|
||||
title: "Parent",
|
||||
quote: "My daughter loves going to school! The staff is so caring.",
|
||||
tag: "Safe",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-mother-playing-with-her-son-living-room_23-2148385597.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-paints-table_23-2147760640.jpg?_wi=1",
|
||||
imageAlt: "happy children playing in modern preschool garden",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", date: "Jan 2025", title: "Parent", quote: "My daughter loves going to school! The staff is so caring.", tag: "Safe", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-mother-playing-with-her-son-living-room_23-2148385597.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paints-table_23-2147760640.jpg", imageAlt: "happy children playing in modern preschool garden"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Amit Kumar",
|
||||
date: "Dec 2024",
|
||||
title: "Parent",
|
||||
quote: "Best curriculum in Raipur. Highly recommended.",
|
||||
tag: "Academic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg?_wi=2",
|
||||
imageAlt: "nurturing environment preschool interior",
|
||||
},
|
||||
id: "2", name: "Amit Kumar", date: "Dec 2024", title: "Parent", quote: "Best curriculum in Raipur. Highly recommended.", tag: "Academic", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-mixed-race-women-have-conversation-learning-process_273609-28625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-chairs-kindergarten_23-2149355183.jpg", imageAlt: "nurturing environment preschool interior"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Neha Verma",
|
||||
date: "Nov 2024",
|
||||
title: "Parent",
|
||||
quote: "Safety and hygiene here are top-notch.",
|
||||
tag: "Clean",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-reading-book-table_23-2147896540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-wellbeing-health-active-lifestyle-concept_343059-3665.jpg",
|
||||
imageAlt: "safe soft flooring indoor play area",
|
||||
},
|
||||
id: "3", name: "Neha Verma", date: "Nov 2024", title: "Parent", quote: "Safety and hygiene here are top-notch.", tag: "Clean", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-mother-daughter-reading-book-table_23-2147896540.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sports-wellbeing-health-active-lifestyle-concept_343059-3665.jpg", imageAlt: "safe soft flooring indoor play area"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rajesh Gupta",
|
||||
date: "Oct 2024",
|
||||
title: "Parent",
|
||||
quote: "The nurturing environment is exactly what we wanted.",
|
||||
tag: "Loving",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-childhood-moments-outdoors-smiling-girl-with-baby_169016-69575.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teacher-explaining-lesson-student_23-2148618655.jpg",
|
||||
imageAlt: "loving preschool staff teaching children",
|
||||
},
|
||||
id: "4", name: "Rajesh Gupta", date: "Oct 2024", title: "Parent", quote: "The nurturing environment is exactly what we wanted.", tag: "Loving", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-childhood-moments-outdoors-smiling-girl-with-baby_169016-69575.jpg", imageSrc: "http://img.b2bpic.net/free-photo/teacher-explaining-lesson-student_23-2148618655.jpg", imageAlt: "loving preschool staff teaching children"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sneha Reddy",
|
||||
date: "Sep 2024",
|
||||
title: "Parent",
|
||||
quote: "Incredible improvement in my child's confidence.",
|
||||
tag: "Confident",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/little-girl-showing-i-miss-you-message-her-dad-video-call_23-2149120915.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-while-looking-tablet_23-2148816985.jpg?_wi=1",
|
||||
imageAlt: "engaging children building blocks learning",
|
||||
},
|
||||
id: "5", name: "Sneha Reddy", date: "Sep 2024", title: "Parent", quote: "Incredible improvement in my child's confidence.", tag: "Confident", avatarSrc: "http://img.b2bpic.net/free-photo/little-girl-showing-i-miss-you-message-her-dad-video-call_23-2149120915.jpg", imageSrc: "http://img.b2bpic.net/free-photo/little-boy-playing-while-looking-tablet_23-2148816985.jpg", imageAlt: "engaging children building blocks learning"},
|
||||
]}
|
||||
title="What Parents Say"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,16 +122,8 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about enrollment at Paathshala."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are the school hours?",
|
||||
content: "Our school operates from 8:30 AM to 12:30 PM.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is transportation provided?",
|
||||
content: "Yes, we provide safe door-to-door transportation services.",
|
||||
},
|
||||
{ id: "q1", title: "What are the school hours?", content: "Our school operates from 8:30 AM to 12:30 PM." },
|
||||
{ id: "q2", title: "Is transportation provided?", content: "Yes, we provide safe door-to-door transportation services." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,29 +132,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
title: "Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Sector 27, Nava Raipur",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call: 0987654321",
|
||||
href: "tel:0987654321",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Sector 27, Nava Raipur", href: "#" },
|
||||
{ label: "Call: 0987654321", href: "tel:0987654321" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -279,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user