Update src/app/page.tsx

This commit is contained in:
2026-05-10 16:35:27 +00:00
parent a5c6ce22b1
commit 1a3a3c31b3

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Programs",
id: "features",
},
name: "Programs", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="UAE Nursery School"
/>
@@ -55,47 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Nurturing Growth & Curiosity"
description="Providing a safe, creative, and educational environment where your child can thrive through early years learning."
buttons={[
{
text: "Schedule a Visit",
href: "#contact",
},
text: "Schedule a Visit", href: "#contact"},
]}
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/kids-plating-watering-tree_23-2148210536.jpg?_wi=1",
imageAlt: "Children at play",
},
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/kids-plating-watering-tree_23-2148210536.jpg?_wi=1", imageAlt: "Children at play"},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569198.jpg?_wi=1",
imageAlt: "Learning activities",
},
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569198.jpg?_wi=1", imageAlt: "Learning activities"},
{
id: "c3",
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-sitting-carpet_23-2147797941.jpg",
imageAlt: "Creative art time",
},
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-sitting-carpet_23-2147797941.jpg", imageAlt: "Creative art time"},
{
id: "c4",
imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-looking-book_23-2147664194.jpg",
imageAlt: "Reading time",
},
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/children-sitting-looking-book_23-2147664194.jpg", imageAlt: "Reading time"},
{
id: "c5",
imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-outdoorns-park_23-2149218004.jpg",
imageAlt: "Outdoor fun",
},
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-outdoorns-park_23-2149218004.jpg", imageAlt: "Outdoor fun"},
{
id: "c6",
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864730.jpg",
imageAlt: "Guided learning",
},
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864730.jpg", imageAlt: "Guided learning"},
]}
/>
</div>
@@ -105,9 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to Our Family"
description={[
"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.",
]}
"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."]}
/>
</div>
@@ -117,23 +86,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
title="Our Programs"
description="Comprehensive learning experiences tailored for your child's developmental stages."
@@ -148,25 +105,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
title: "Years Experience",
description: "Professional early childhood care.",
icon: Award,
id: "m1", value: "15+", title: "Years Experience", description: "Professional early childhood care.", icon: Award,
},
{
id: "m2",
value: "500+",
title: "Graduates",
description: "Happy children prepared for primary school.",
icon: Star,
id: "m2", value: "500+", title: "Graduates", description: "Happy children prepared for primary school.", icon: Star,
},
{
id: "m3",
value: "40+",
title: "Teachers",
description: "Dedicated, qualified care professionals.",
icon: Users,
id: "m3", value: "40+", title: "Teachers", description: "Dedicated, qualified care professionals.", icon: Users,
},
]}
title="Our Impact"
@@ -182,25 +127,15 @@ export default function LandingPage() {
author="Fatima Al-Hamad"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg",
alt: "Parent Testimonial",
},
src: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg", alt: "Parent Testimonial"},
{
src: "http://img.b2bpic.net/free-photo/girl-with-down-syndrome-her-father-playing-with-easter-colored-eggs_1157-52104.jpg",
alt: "Parent Testimonial",
},
src: "http://img.b2bpic.net/free-photo/girl-with-down-syndrome-her-father-playing-with-easter-colored-eggs_1157-52104.jpg", alt: "Parent Testimonial"},
{
src: "http://img.b2bpic.net/free-photo/baby-doing-his-first-steps_23-2149235230.jpg",
alt: "Parent Testimonial",
},
src: "http://img.b2bpic.net/free-photo/baby-doing-his-first-steps_23-2149235230.jpg", alt: "Parent Testimonial"},
{
src: "http://img.b2bpic.net/free-photo/joyful-mother-with-her-son-husband_1098-918.jpg",
alt: "Parent Testimonial",
},
src: "http://img.b2bpic.net/free-photo/joyful-mother-with-her-son-husband_1098-918.jpg", alt: "Parent Testimonial"},
{
src: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-paper-crown_23-2147805482.jpg",
alt: "Parent Testimonial",
},
src: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-paper-crown_23-2147805482.jpg", alt: "Parent Testimonial"},
]}
ratingAnimation="opacity"
avatarsAnimation="blur-reveal"
@@ -213,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What age group do you serve?",
content: "We offer programs for children aged 18 months to 5 years.",
},
id: "f1", title: "What age group do you serve?", content: "We offer programs for children aged 18 months to 5 years."},
{
id: "f2",
title: "Do you offer transportation?",
content: "Yes, we provide safe transportation services in selected areas.",
},
id: "f2", title: "Do you offer transportation?", content: "Yes, we provide safe transportation services in selected areas."},
{
id: "f3",
title: "What are the hours?",
content: "Our doors are open from 7:30 AM to 5:00 PM to support working parents.",
},
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="Frequently Asked Questions"
description="Common inquiries regarding admissions and school policies."
@@ -241,16 +167,10 @@ export default function LandingPage() {
description="Have questions? We would love to chat with you about your child's future."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", 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"
@@ -262,29 +182,19 @@ export default function LandingPage() {
logoText="UAE Nursery School"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Programs",
href: "#features",
},
label: "Programs", href: "#features"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}