Merge version_1 into main #2
@@ -7,37 +7,29 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Mazhalai Mozhi"
|
||||
/>
|
||||
@@ -54,62 +46,20 @@ export default function LandingPage() {
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 101,
|
||||
tag: "Our Aim",
|
||||
title: "Mission",
|
||||
subtitle: "Safe Environment",
|
||||
description: "To provide a safe and joyful learning environment that supports growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-doctors-office_329181-9280.jpg",
|
||||
},
|
||||
{
|
||||
id: 102,
|
||||
tag: "Our Goal",
|
||||
title: "Vision",
|
||||
subtitle: "Quality Care",
|
||||
description: "To become a trusted preschool for families seeking early education.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Mission & Vision"
|
||||
description="Mazhalai Mozhi Play School is dedicated to creating a safe, caring, and engaging environment for young learners."
|
||||
features={[
|
||||
{ id: 101, tag: "Our Aim", title: "Mission", subtitle: "Safe Environment", description: "To provide a safe and joyful learning environment that supports growth.", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-doctors-office_329181-9280.jpg" },
|
||||
{ id: 102, tag: "Our Goal", title: "Vision", subtitle: "Quality Care", description: "To become a trusted preschool for families seeking early education.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 099620 97138",
|
||||
href: "tel:09962097138",
|
||||
},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Programs", href: "/programs" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 099620 97138", href: "tel:09962097138" }, { label: "Email Enquiry", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Mazhalai Mozhi Play School"
|
||||
bottomRightText="Madipakkam, Chennai"
|
||||
|
||||
@@ -8,37 +8,29 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Mazhalai Mozhi"
|
||||
/>
|
||||
@@ -49,23 +41,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Admission Process",
|
||||
content: "Contact us at 099620 97138 for full details.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Timings",
|
||||
content: "Open from 9:00 AM, Monday to Saturday.",
|
||||
},
|
||||
{ id: "f1", title: "Admission Process", content: "Contact us at 099620 97138 for full details." },
|
||||
{ id: "f2", title: "Timings", content: "Open from 9:00 AM, Monday to Saturday." }
|
||||
]}
|
||||
ctaTitle="Book a Visit"
|
||||
ctaDescription="Contact us to schedule a visit or enquire about admissions."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:09962097138",
|
||||
}}
|
||||
ctaButton={{ text: "Call Now", href: "tel:09962097138" }}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,36 +61,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 099620 97138",
|
||||
href: "tel:09962097138",
|
||||
},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Programs", href: "/programs" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 099620 97138", href: "tel:09962097138" }, { label: "Email Enquiry", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Mazhalai Mozhi Play School"
|
||||
bottomRightText="Madipakkam, Chennai"
|
||||
|
||||
@@ -7,37 +7,29 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function GalleryPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Mazhalai Mozhi"
|
||||
/>
|
||||
@@ -47,12 +39,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Life at School"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Enroll Now", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,22 +50,8 @@ export default function LandingPage() {
|
||||
title="Highlights"
|
||||
description="Captured moments of joy and learning at our campus."
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Daily",
|
||||
title: "Circle Time",
|
||||
subtitle: "Storytelling",
|
||||
description: "Interactive sessions for group learning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Activities",
|
||||
title: "Outdoor Play",
|
||||
subtitle: "Physical",
|
||||
description: "Safe exploration in our playground area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=4",
|
||||
},
|
||||
{ id: 1, tag: "Daily", title: "Circle Time", subtitle: "Storytelling", description: "Interactive sessions for group learning.", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg" },
|
||||
{ id: 2, tag: "Activities", title: "Outdoor Play", subtitle: "Physical", description: "Safe exploration in our playground area.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,36 +59,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 099620 97138",
|
||||
href: "tel:09962097138",
|
||||
},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Programs", href: "/programs" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 099620 97138", href: "tel:09962097138" }, { label: "Email Enquiry", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Mazhalai Mozhi Play School"
|
||||
bottomRightText="Madipakkam, Chennai"
|
||||
|
||||
192
src/app/page.tsx
192
src/app/page.tsx
@@ -16,31 +16,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Mazhalai Mozhi"
|
||||
/>
|
||||
@@ -51,14 +43,8 @@ export default function LandingPage() {
|
||||
title="A Safe, Happy Start for Your Child"
|
||||
description="At Mazhalai Mozhi Play School, we provide a nurturing environment where every child receives personal attention and care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 099620 97138",
|
||||
href: "tel:09962097138",
|
||||
},
|
||||
{
|
||||
text: "Book a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "Call Now: 099620 97138", href: "tel:09962097138" },
|
||||
{ text: "Book a Visit", href: "/contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boy-awaiting-trip-planning-from-his-traveling-agent_23-2149079449.jpg"
|
||||
/>
|
||||
@@ -68,12 +54,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Where Learning Begins with Care"
|
||||
buttons={[
|
||||
{
|
||||
text: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "About Us", href: "/about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,34 +62,13 @@ export default function LandingPage() {
|
||||
<FeatureCardNineteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Age 1.5 - 2.5",
|
||||
title: "Playgroup",
|
||||
subtitle: "Social Development",
|
||||
description: "Focus on interaction and basic motor skills.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Age 2.5 - 3.5",
|
||||
title: "Nursery",
|
||||
subtitle: "Early Concepts",
|
||||
description: "Introduction to language and creative play.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Age 3.5 - 5",
|
||||
title: "Kindergarten",
|
||||
subtitle: "Readiness",
|
||||
description: "Early literacy, numeracy, and confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Programs Designed for Early Growth"
|
||||
description="We offer age-appropriate programs that build confidence, communication skills, and curiosity."
|
||||
features={[
|
||||
{ id: 1, tag: "Age 1.5 - 2.5", title: "Playgroup", subtitle: "Social Development", description: "Focus on interaction and basic motor skills.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg" },
|
||||
{ id: 2, tag: "Age 2.5 - 3.5", title: "Nursery", subtitle: "Early Concepts", description: "Introduction to language and creative play.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg" },
|
||||
{ id: 3, tag: "Age 3.5 - 5", title: "Kindergarten", subtitle: "Readiness", description: "Early literacy, numeracy, and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,80 +76,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Attention",
|
||||
quote: "The small class size really helps in providing individual attention.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Very Patient",
|
||||
quote: "The teachers are incredibly patient and provide regular updates on progress.",
|
||||
name: "Michael Chen",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-father-daughter-together-having-fun-farm_1153-7504.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Safe Space",
|
||||
quote: "A good and safe place for kids.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-carrying-cute-daughter-back_23-2148070362.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Excellent",
|
||||
quote: "We are very happy with the school's caring environment.",
|
||||
name: "David Kim",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-couple-man-holding-woman-his-back-woman-winking-showing-tongue-stretching-out-hand_141793-58015.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommend",
|
||||
quote: "My child loves going to school every day. Truly a wonderful experience.",
|
||||
name: "Priya Sharma",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="What Parents Say"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Learning & Growing"
|
||||
description="Insights on early childhood development and our school activities."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Education",
|
||||
title: "Importance of Play",
|
||||
excerpt: "How play-based learning helps toddlers develop social skills and curiosity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=2",
|
||||
authorName: "School Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/little-girl-doctors-office_329181-9280.jpg",
|
||||
date: "2024-05-12",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Parenting",
|
||||
title: "Preparing for Preschool",
|
||||
excerpt: "Top tips for parents to help their children transition smoothly to school life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-playing-group_23-2148107458.jpg?_wi=2",
|
||||
authorName: "Teacher Deepa",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/little-girl-doctors-office_329181-9280.jpg",
|
||||
date: "2024-06-01",
|
||||
},
|
||||
description="Our community shares their experiences."
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great Attention", quote: "The small class size really helps in providing individual attention.", name: "Sarah Johnson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg" },
|
||||
{ id: "2", title: "Very Patient", quote: "The teachers are incredibly patient and provide regular updates on progress.", name: "Michael Chen", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/mother-father-daughter-together-having-fun-farm_1153-7504.jpg" },
|
||||
{ id: "3", title: "Safe Space", quote: "A good and safe place for kids.", name: "Emily Rodriguez", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/mother-carrying-cute-daughter-back_23-2148070362.jpg" },
|
||||
{ id: "4", title: "Excellent", quote: "We are very happy with the school's caring environment.", name: "David Kim", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-couple-man-holding-woman-his-back-woman-winking-showing-tongue-stretching-out-hand_141793-58015.jpg" },
|
||||
{ id: "5", title: "Highly Recommend", quote: "My child loves going to school every day. Truly a wonderful experience.", name: "Priya Sharma", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-with-cream-noses_23-2147807805.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,36 +91,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 099620 97138",
|
||||
href: "tel:09962097138",
|
||||
},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Programs", href: "/programs" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 099620 97138", href: "tel:09962097138" }, { label: "Email Enquiry", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Mazhalai Mozhi Play School"
|
||||
bottomRightText="Madipakkam, Chennai"
|
||||
|
||||
@@ -7,37 +7,29 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ProgramsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "/programs",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Programs", id: "/programs" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Mazhalai Mozhi"
|
||||
/>
|
||||
@@ -47,12 +39,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Holistic Program"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,22 +50,8 @@ export default function LandingPage() {
|
||||
title="Growth Paths"
|
||||
description="Customized learning paths for different development stages."
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Toddlers",
|
||||
title: "Early Play",
|
||||
subtitle: "Foundation",
|
||||
description: "Sensory-based learning modules.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Preschoolers",
|
||||
title: "Creative Art",
|
||||
subtitle: "Expression",
|
||||
description: "Art and language development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg?_wi=3",
|
||||
},
|
||||
{ id: 1, tag: "Toddlers", title: "Early Play", subtitle: "Foundation", description: "Sensory-based learning modules.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-hispanic-girl-preschool-student-sitting-floor-closing-backpack-kindergarten_839833-5725.jpg" },
|
||||
{ id: 2, tag: "Preschoolers", title: "Creative Art", subtitle: "Expression", description: "Art and language development.", imageSrc: "http://img.b2bpic.net/free-photo/father-child-coloring_1098-12782.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,36 +59,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "/programs",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 099620 97138",
|
||||
href: "tel:09962097138",
|
||||
},
|
||||
{
|
||||
label: "Email Enquiry",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Programs", href: "/programs" }] },
|
||||
{ title: "Contact", items: [{ label: "Call: 099620 97138", href: "tel:09962097138" }, { label: "Email Enquiry", href: "/contact" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Mazhalai Mozhi Play School"
|
||||
bottomRightText="Madipakkam, Chennai"
|
||||
|
||||
Reference in New Issue
Block a user