3 Commits

Author SHA1 Message Date
021df9213d Update src/app/page.tsx 2026-04-04 18:13:52 +00:00
f5aa71235e Merge version_1 into main
Merge version_1 into main
2026-04-04 18:12:47 +00:00
98dd9b0d6a Merge version_1 into main
Merge version_1 into main
2026-04-04 18:12:20 +00:00

View File

@@ -30,14 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "About", id: "#about" },
name: "About", id: "#about"}, { name: "Philosophy", id: "#features" },
{ { name: "Testimonials", id: "#testimonials" },
name: "Philosophy", id: "#features"}, { name: "FAQ", id: "#faq" },
{ { name: "Contact", id: "#contact" },
name: "Testimonials", id: "#testimonials"},
{
name: "Contact", id: "#contact"},
]} ]}
brandName="Beaver Tales" brandName="Beaver Tales"
/> />
@@ -109,24 +106,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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"}, 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"}, 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, 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"}, 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"},
]} ]}
showRating={true} showRating={true}
title="Community Love" title="What Parents Say"
description="See why local families trust Beaver Tales for their children's earliest educational experiences." description="Hear from our wonderful community of parents about their experience with Beaver Tales."
/> />
</div> </div>
@@ -136,14 +127,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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" 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" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -153,12 +147,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Get in touch" tag="Join Our Community"
title="Start Your Beaver Tales Journey" title="Ready to Start Your Journey?"
description="Let's discuss how we can support your child's early development together." description="Contact us today to schedule a tour or learn more about enrollment availability for your child."
buttons={[ buttons={[
{ { text: "Schedule a Tour", href: "#contact-form" },
text: "Send a Message", href: "#contact-form"}, { text: "Ask a Question", href: "mailto:nora@beavertales.edu" }
]} ]}
/> />
</div> </div>
@@ -169,7 +163,7 @@ export default function LandingPage() {
leftLink={{ leftLink={{
text: "Privacy Policy", href: "#"}} text: "Privacy Policy", href: "#"}}
rightLink={{ rightLink={{
text: "Contact", href: "#contact"}} text: "Contact Us", href: "#contact"}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>