Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce93e4fd2e | |||
| 3e78642f12 | |||
| f932f55722 | |||
| 8118d74e03 | |||
| 86486b340e | |||
| e5ff683a44 |
309
src/app/page.tsx
309
src/app/page.tsx
@@ -31,28 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Programs", id: "programs" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="A Merry Go Round"
|
||||
button={{
|
||||
text: "Schedule Tour",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book Tour", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,39 +45,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="A Safe & Loving Place for Children to Learn and Grow"
|
||||
description="At A Merry Go Round, we provide caring childcare, fun learning experiences, and a nurturing environment families can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Tour",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#programs",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-listening-music-home_1301-3919.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-kids-hugging-their-teacher_23-2148633329.jpg",
|
||||
alt: "Front view kids hugging their teacher",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/kids-teacher-sitting-together-table_23-2149355196.jpg",
|
||||
alt: "Kids and teacher sitting together at table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teacher-students-standing-front-blackboard_1098-2747.jpg",
|
||||
alt: "Teacher and students standing in front of blackboard",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/preschool-children-having-fun-with-dog_329181-17070.jpg",
|
||||
alt: "Preschool children having fun with dog",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-pretty-kids-sit-sofa-play-with-toys-afro-american-sisters-playing-home_1157-48429.jpg",
|
||||
alt: "Two pretty kids sit on sofa and play with toys. Afro-american sisters playing at home.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-kids-hugging-their-teacher_23-2148633329.jpg", alt: "Front view kids hugging their teacher" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/kids-teacher-sitting-together-table_23-2149355196.jpg", alt: "Kids and teacher sitting together at table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/teacher-students-standing-front-blackboard_1098-2747.jpg", alt: "Teacher and students standing in front of blackboard" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/preschool-children-having-fun-with-dog_329181-17070.jpg", alt: "Preschool children having fun with dog" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-pretty-kids-sit-sofa-play-with-toys-afro-american-sisters-playing-home_1157-48429.jpg", alt: "Two pretty kids sit on sofa and play with toys. Afro-american sisters playing at home." },
|
||||
]}
|
||||
avatarText="Join our community of happy families"
|
||||
/>
|
||||
@@ -113,48 +73,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Caring Teachers",
|
||||
subtitle: "Staff that truly loves kids.",
|
||||
category: "Care",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Safe Environment",
|
||||
subtitle: "Peace of mind for parents.",
|
||||
category: "Safety",
|
||||
value: "Expert",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Playful Learning",
|
||||
subtitle: "Growing every single day.",
|
||||
category: "Growth",
|
||||
value: "Fun",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Family First",
|
||||
subtitle: "Relationships that last for years.",
|
||||
category: "Community",
|
||||
value: "Strong",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Daily Fun",
|
||||
subtitle: "Engaging activities always.",
|
||||
category: "Play",
|
||||
value: "High",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Parent Trusted",
|
||||
subtitle: "Chosen by families for years.",
|
||||
category: "Trust",
|
||||
value: "Proven",
|
||||
},
|
||||
{ id: "f1", title: "Caring Teachers", subtitle: "Staff that truly loves kids.", category: "Care", value: "100%" },
|
||||
{ id: "f2", title: "Safe Environment", subtitle: "Peace of mind for parents.", category: "Safety", value: "Expert" },
|
||||
{ id: "f3", title: "Playful Learning", subtitle: "Growing every single day.", category: "Growth", value: "Fun" },
|
||||
{ id: "f4", title: "Family First", subtitle: "Relationships that last for years.", category: "Community", value: "Strong" },
|
||||
{ id: "f5", title: "Daily Fun", subtitle: "Engaging activities always.", category: "Play", value: "High" },
|
||||
{ id: "f6", title: "Parent Trusted", subtitle: "Chosen by families for years.", category: "Trust", value: "Proven" },
|
||||
]}
|
||||
title="Why Families Love Us"
|
||||
description="We are proud to provide a second home for your children."
|
||||
@@ -168,48 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Infants",
|
||||
price: "6mo-18mo",
|
||||
variant: "Nurture Focus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-writing-homework-with-hep-her-mother_637285-9364.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Toddlers",
|
||||
price: "18mo-3yrs",
|
||||
variant: "Social Play",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-children-sitting-carpet-playing-with-utensils-cute-caucasian-little-boys-blonde-girl-having-fun-together-living-room-knocking-pans-childhood-home-activity-concept_74855-12828.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Preschool",
|
||||
price: "3yrs-4yrs",
|
||||
variant: "Foundations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-reading-her-pupils_23-2148925485.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pre-K",
|
||||
price: "4yrs-5yrs",
|
||||
variant: "School Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-home_23-2148131052.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "After School",
|
||||
price: "K-5th Grade",
|
||||
variant: "Homework Club",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schoolgirls-laughing-class_1098-3931.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Summer Camp",
|
||||
price: "All Ages",
|
||||
variant: "Adventure Play",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bringing-beach-home-collage_23-2149871179.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Infants", price: "6mo-18mo", variant: "Nurture Focus", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-writing-homework-with-hep-her-mother_637285-9364.jpg" },
|
||||
{ id: "p2", name: "Toddlers", price: "18mo-3yrs", variant: "Social Play", imageSrc: "http://img.b2bpic.net/free-photo/happy-children-sitting-carpet-playing-with-utensils-cute-caucasian-little-boys-blonde-girl-having-fun-together-living-room-knocking-pans-childhood-home-activity-concept_74855-12828.jpg" },
|
||||
{ id: "p3", name: "Preschool", price: "3yrs-4yrs", variant: "Foundations", imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-reading-her-pupils_23-2148925485.jpg" },
|
||||
{ id: "p4", name: "Pre-K", price: "4yrs-5yrs", variant: "School Ready", imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-home_23-2148131052.jpg" },
|
||||
{ id: "p5", name: "After School", price: "K-5th Grade", variant: "Homework Club", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirls-laughing-class_1098-3931.jpg" },
|
||||
{ id: "p6", name: "Summer Camp", price: "All Ages", variant: "Adventure Play", imageSrc: "http://img.b2bpic.net/free-photo/bringing-beach-home-collage_23-2149871179.jpg" },
|
||||
]}
|
||||
title="Our Programs"
|
||||
description="Educational stages for every child."
|
||||
@@ -222,41 +110,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Working Mom",
|
||||
testimonial: "My boys are loved and cared for. We are not just numbers to them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-boy-mother_344912-1967.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Dad",
|
||||
testimonial: "They have truly become family to us. The care is amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-two-children_1398-4385.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
testimonial: "Huge relief for this working momma. They are so attentive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-holidays-decorations-warm-colors-family-portrait-adorable-mom-daughter_8353-8709.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Father",
|
||||
testimonial: "Safe, loving arms every day. The staff truly cares.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Mother",
|
||||
testimonial: "The curriculum is amazing and they really learn so much.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-with-white-flowers_23-2148072323.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "Working Mom", testimonial: "My boys are loved and cared for. We are not just numbers to them.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-baby-boy-mother_344912-1967.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "Dad", testimonial: "They have truly become family to us. The care is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-two-children_1398-4385.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", testimonial: "Huge relief for this working momma. They are so attentive.", imageSrc: "http://img.b2bpic.net/free-photo/winter-holidays-decorations-warm-colors-family-portrait-adorable-mom-daughter_8353-8709.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Father", testimonial: "Safe, loving arms every day. The staff truly cares.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg" },
|
||||
{ id: "5", name: "Jessica Lee", role: "Mother", testimonial: "The curriculum is amazing and they really learn so much.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-happy-woman-with-white-flowers_23-2148072323.jpg" },
|
||||
]}
|
||||
title="Parent Testimonials"
|
||||
description="What families are saying about us."
|
||||
@@ -270,30 +128,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Jessica",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-geography-kids_23-2148633315.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Sarah",
|
||||
role: "Preschool Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing_23-2148622855.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Mike",
|
||||
role: "After School Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Anna",
|
||||
role: "Infant Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-teacher-posing-students_23-2148633393.jpg",
|
||||
},
|
||||
{ id: "m1", name: "Jessica", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-teaching-geography-kids_23-2148633315.jpg" },
|
||||
{ id: "m2", name: "Sarah", role: "Preschool Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing_23-2148622855.jpg" },
|
||||
{ id: "m3", name: "Mike", role: "After School Lead", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg" },
|
||||
{ id: "m4", name: "Anna", role: "Infant Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiley-teacher-posing-students_23-2148633393.jpg" },
|
||||
]}
|
||||
title="Meet Our Team"
|
||||
description="Friendly experts dedicated to your child."
|
||||
@@ -305,31 +143,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What ages do you accept?",
|
||||
content: "We care for children from 6 months up to 5th grade.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open Monday-Friday, 7:00 AM to 6:00 PM.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I enroll?",
|
||||
content: "Contact us to schedule a tour and we will walk you through the process.",
|
||||
},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are meals provided?",
|
||||
content: "Yes, we provide healthy morning and afternoon snacks.",
|
||||
},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What safety procedures do you have?",
|
||||
content: "We follow strict security protocols and maintain a secure check-in system.",
|
||||
},
|
||||
{ id: "q1", title: "What ages do you accept?", content: "We care for children from 6 months up to 5th grade." },
|
||||
{ id: "q2", title: "What are your hours?", content: "We are open Monday-Friday, 7:00 AM to 6:00 PM." },
|
||||
{ id: "q3", title: "How do I enroll?", content: "Contact us to schedule a tour and we will walk you through the process." },
|
||||
{ id: "q4", title: "Are meals provided?", content: "Yes, we provide healthy morning and afternoon snacks." },
|
||||
{ id: "q5", title: "What safety procedures do you have?", content: "We follow strict security protocols and maintain a secure check-in system." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to help you get started."
|
||||
@@ -340,9 +158,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Come See Why Families Love A Merry Go Round"
|
||||
description="Schedule a tour today and meet the caring team that makes us feel like family."
|
||||
@@ -356,50 +172,23 @@ export default function LandingPage() {
|
||||
logoText="A Merry Go Round"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#team",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "123 Sunny Lane",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "555-0101",
|
||||
href: "tel:5550101",
|
||||
},
|
||||
{
|
||||
label: "hello@amgr.com",
|
||||
href: "mailto:hello@amgr.com",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "123 Sunny Lane", href: "#" },
|
||||
{ label: "555-0101", href: "tel:5550101" },
|
||||
{ label: "hello@amgr.com", href: "mailto:hello@amgr.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
title: "Follow", items: [
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -409,4 +198,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user