Update src/app/about/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user