From 021df9213db269b5a5a1ad5bf3da0ed17b5c33f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 18:13:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 +++++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 434fde1..b00bca3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,11 @@ export default function LandingPage() { @@ -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" /> @@ -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" } ]} /> @@ -169,7 +163,7 @@ export default function LandingPage() { leftLink={{ text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Contact", href: "#contact"}} + text: "Contact Us", href: "#contact"}} /> -- 2.49.1