Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79dbffd5fb | |||
| 4dfa83fbbc | |||
| d7b63e2e25 | |||
| 1a3a3c31b3 | |||
| a5c6ce22b1 |
163
src/app/page.tsx
163
src/app/page.tsx
@@ -32,21 +32,13 @@ 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: "Programs",
|
name: "Programs", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="UAE Nursery School"
|
brandName="UAE Nursery School"
|
||||||
/>
|
/>
|
||||||
@@ -55,47 +47,26 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-animated",
|
variant: "rotated-rays-animated"}}
|
||||||
}}
|
|
||||||
title="Nurturing Growth & Curiosity"
|
title="Nurturing Growth & Curiosity"
|
||||||
description="Providing a safe, creative, and educational environment where your child can thrive through early years learning."
|
description="Providing a safe, creative, and educational environment where your child can thrive through early years learning."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule a Visit",
|
text: "Schedule a Visit", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "c1",
|
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/kids-plating-watering-tree_23-2148210536.jpg?_wi=1", imageAlt: "Children at play"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-plating-watering-tree_23-2148210536.jpg?_wi=1",
|
|
||||||
imageAlt: "Children at play",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c2",
|
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569198.jpg?_wi=1", imageAlt: "Learning activities"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569198.jpg?_wi=1",
|
|
||||||
imageAlt: "Learning activities",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c3",
|
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-sitting-carpet_23-2147797941.jpg", imageAlt: "Creative art time"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-sitting-carpet_23-2147797941.jpg",
|
|
||||||
imageAlt: "Creative art time",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c4",
|
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-looking-book_23-2147664194.jpg", imageAlt: "Reading time"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-looking-book_23-2147664194.jpg",
|
|
||||||
imageAlt: "Reading time",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c5",
|
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-outdoorns-park_23-2149218004.jpg", imageAlt: "Outdoor fun"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-outdoorns-park_23-2149218004.jpg",
|
|
||||||
imageAlt: "Outdoor fun",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c6",
|
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864730.jpg", imageAlt: "Guided learning"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864730.jpg",
|
|
||||||
imageAlt: "Guided learning",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -105,9 +76,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Welcome to Our Family"
|
title="Welcome to Our Family"
|
||||||
description={[
|
description={[
|
||||||
"At UAE Nursery School, we believe that every child is unique and has the potential to achieve greatness.",
|
"At UAE Nursery School, we believe that every child is unique and has the potential to achieve greatness.", "Our curriculum is designed to stimulate intellectual growth while maintaining a nurturing atmosphere."]}
|
||||||
"Our curriculum is designed to stimulate intellectual growth while maintaining a nurturing atmosphere.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -117,23 +86,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Early Years Foundations",
|
title: "Early Years Foundations", description: "Laying the groundwork for lifelong literacy and numeracy.", imageSrc: "http://img.b2bpic.net/free-photo/girls-playing-tent_23-2147711835.jpg", imageAlt: "Girls playing in tent"},
|
||||||
description: "Laying the groundwork for lifelong literacy and numeracy.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-playing-tent_23-2147711835.jpg",
|
|
||||||
imageAlt: "Girls playing in tent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Creative Arts Exploration",
|
title: "Creative Arts Exploration", description: "Unlocking potential through painting, music, and dramatic play.", imageSrc: "http://img.b2bpic.net/free-photo/kids-plating-watering-tree_23-2148210536.jpg?_wi=2", imageAlt: "Girls playing in tent"},
|
||||||
description: "Unlocking potential through painting, music, and dramatic play.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-plating-watering-tree_23-2148210536.jpg?_wi=2",
|
|
||||||
imageAlt: "Girls playing in tent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Playful Discovery",
|
title: "Playful Discovery", description: "Physical, sensory, and social developmental activities.", imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569198.jpg?_wi=2", imageAlt: "Girls playing in tent"},
|
||||||
description: "Physical, sensory, and social developmental activities.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569198.jpg?_wi=2",
|
|
||||||
imageAlt: "Girls playing in tent",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Programs"
|
title="Our Programs"
|
||||||
description="Comprehensive learning experiences tailored for your child's developmental stages."
|
description="Comprehensive learning experiences tailored for your child's developmental stages."
|
||||||
@@ -148,25 +105,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "15+", title: "Years Experience", description: "Professional early childhood care.", icon: Award,
|
||||||
value: "15+",
|
|
||||||
title: "Years Experience",
|
|
||||||
description: "Professional early childhood care.",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "500+", title: "Graduates", description: "Happy children prepared for primary school.", icon: Star,
|
||||||
value: "500+",
|
|
||||||
title: "Graduates",
|
|
||||||
description: "Happy children prepared for primary school.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "40+", title: "Teachers", description: "Dedicated, qualified care professionals.", icon: Users,
|
||||||
value: "40+",
|
|
||||||
title: "Teachers",
|
|
||||||
description: "Dedicated, qualified care professionals.",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
@@ -182,25 +127,15 @@ export default function LandingPage() {
|
|||||||
author="Fatima Al-Hamad"
|
author="Fatima Al-Hamad"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg", alt: "Parent Testimonial"},
|
||||||
alt: "Parent Testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/girl-with-down-syndrome-her-father-playing-with-easter-colored-eggs_1157-52104.jpg",
|
src: "http://img.b2bpic.net/free-photo/girl-with-down-syndrome-her-father-playing-with-easter-colored-eggs_1157-52104.jpg", alt: "Parent Testimonial"},
|
||||||
alt: "Parent Testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/baby-doing-his-first-steps_23-2149235230.jpg",
|
src: "http://img.b2bpic.net/free-photo/baby-doing-his-first-steps_23-2149235230.jpg", alt: "Parent Testimonial"},
|
||||||
alt: "Parent Testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/joyful-mother-with-her-son-husband_1098-918.jpg",
|
src: "http://img.b2bpic.net/free-photo/joyful-mother-with-her-son-husband_1098-918.jpg", alt: "Parent Testimonial"},
|
||||||
alt: "Parent Testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-paper-crown_23-2147805482.jpg",
|
src: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-paper-crown_23-2147805482.jpg", alt: "Parent Testimonial"},
|
||||||
alt: "Parent Testimonial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="opacity"
|
ratingAnimation="opacity"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -213,20 +148,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "What age group do you serve?", content: "We offer programs for children aged 18 months to 5 years."},
|
||||||
title: "What age group do you serve?",
|
|
||||||
content: "We offer programs for children aged 18 months to 5 years.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Do you offer transportation?", content: "Yes, we provide safe transportation services in selected areas."},
|
||||||
title: "Do you offer transportation?",
|
|
||||||
content: "Yes, we provide safe transportation services in selected areas.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "What are the hours?", content: "Our doors are open from 7:30 AM to 5:00 PM to support working parents."},
|
||||||
title: "What are the hours?",
|
|
||||||
content: "Our doors are open from 7:30 AM to 5:00 PM to support working parents.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Common inquiries regarding admissions and school policies."
|
description="Common inquiries regarding admissions and school policies."
|
||||||
@@ -241,50 +167,35 @@ export default function LandingPage() {
|
|||||||
description="Have questions? We would love to chat with you about your child's future."
|
description="Have questions? We would love to chat with you about your child's future."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-portrait-attractive-modern-blonde-grandmother-watching-her-favorite-tv-series-personal-computer-sitting-with-straight-back-resting-hands-table-looking-interested-focused_273609-1165.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/teacher-explaining-preschoolers_23-2149217991.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="UAE Nursery School"
|
logoText="UAE Nursery School"
|
||||||
|
logoSrc="https://img.b2bpic.net/free-photo/nursery-school-logo-abstract_23-2149218055.jpg"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigate",
|
title: "Navigate", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Programs",
|
label: "Programs", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user