Merge version_2 into main #3
@@ -30,14 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Philosophy", id: "#features"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Philosophy", id: "#features" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Beaver Tales"
|
||||
/>
|
||||
@@ -109,24 +106,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Nora Ellen is incredibly patient and nurturing. My son loves coming to school every day!", rating: 5,
|
||||
id: "1", name: "Elena Rodriguez", handle: "@elena_parent", testimonial: "Nora's patience is unmatched. Our son has truly blossomed under her guidance, and we couldn't be happier with the community here.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg"},
|
||||
{
|
||||
id: "2", name: "David Chen", handle: "@david_c", testimonial: "The nature-based approach really helped my daughter find her confidence. Highly recommended.", rating: 5,
|
||||
id: "2", name: "Marcus Chen", handle: "@m_chen", testimonial: "The nature-based curriculum turned our shy daughter into an outgoing explorer. She talks about Beaver Tales non-stop!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughters-smiling_23-2148082185.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Davis", handle: "@emily_d", testimonial: "Beaver Tales provided a wonderful, holistic start for our children.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-laughing-with-her-father_23-2147615921.jpg"},
|
||||
{
|
||||
id: "4", name: "James Wilson", handle: "@james_w", testimonial: "The community Nora has built is exceptional and truly supportive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/love-senior-couple-hugging-with-fire-sparkles_23-2148333629.jpg"},
|
||||
{
|
||||
id: "5", name: "Lisa Taylor", handle: "@lisa_t", testimonial: "A truly thoughtful curriculum that balances structure and creativity.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg"},
|
||||
id: "3", name: "Amara Okafor", handle: "@amara_o", testimonial: "It's rare to find such a supportive environment that genuinely treats every child as an individual. We feel so lucky.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-laughing-with-her-father_23-2147615921.jpg"}
|
||||
]}
|
||||
showRating={true}
|
||||
title="Community Love"
|
||||
description="See why local families trust Beaver Tales for their children's earliest educational experiences."
|
||||
title="What Parents Say"
|
||||
description="Hear from our wonderful community of parents about their experience with Beaver Tales."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,14 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What ages do you accept?", content: "We work with children aged 3 to 5 years old in our primary program."},
|
||||
id: "1", title: "What are the school hours?", content: "Our core programs run Monday through Friday, from 8:30 AM to 3:00 PM, with early drop-off options available."},
|
||||
{
|
||||
id: "2", title: "What is your teaching philosophy?", content: "Our philosophy blends child-led inquiry with hands-on nature exploration."},
|
||||
id: "2", title: "What should children bring daily?", content: "Children need weather-appropriate outdoor gear, a packed lunch, and a change of clothes in a labeled backpack."},
|
||||
{
|
||||
id: "3", title: "How can I enroll?", content: "Please fill out the contact form below, and we will schedule an introductory tour."},
|
||||
id: "3", title: "Do you offer seasonal programs?", content: "Yes! We host specialized summer enrichment programs and holiday-themed outdoor sessions throughout the year."},
|
||||
{
|
||||
id: "4", title: "What is the teacher-to-child ratio?", content: "We maintain a low 1:6 ratio to ensure every child receives focused attention and care."
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our educational philosophy or enrollment?"
|
||||
description="Find quick answers to common questions about our programs and enrollment process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -153,12 +147,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Start Your Beaver Tales Journey"
|
||||
description="Let's discuss how we can support your child's early development together."
|
||||
tag="Join Our Community"
|
||||
title="Ready to Start Your Journey?"
|
||||
description="Contact us today to schedule a tour or learn more about enrollment availability for your child."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send a Message", href: "#contact-form"},
|
||||
{ text: "Schedule a Tour", href: "#contact-form" },
|
||||
{ text: "Ask a Question", href: "mailto:nora@beavertales.edu" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,7 +163,7 @@ export default function LandingPage() {
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact", href: "#contact"}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user