diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8021897..35feab0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,260 +11,139 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Trusted Early Education" + title="Where Every Child Starts Their Journey" + description="Nurturing curiosity, character, and creativity in a warm, safe environment for your little ones." + primaryButton={{ text: "Schedule a Visit", href: "#contact" }} + secondaryButton={{ text: "View Programs", href: "#features" }} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/children-learning-more-about-chemistry-class_23-2149068314.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/girl-forming-square-shape-with-plastic-sticks-wooden-desk_23-2147824084.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-parents-kids-home_23-2150231634.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/children-having-fun-summer-camp_23-2150326075.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/small-table-library_23-2147863737.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/children-desk-interior-design_23-2148569169.jpg" } + ]} + /> +
+
-
- +
+ - -
+ title="A Second Home for Your Child" + descriptions={[ + "At Tender Age, we believe that the first steps into the world of learning should be filled with wonder and affection. Our curriculum is carefully designed to foster developmental milestones while ensuring every child feels valued and supported.", "Our school provides a safe and engaging atmosphere where play-based learning helps our students discover their interests, develop empathy, and build foundational social skills. We treat every child as an individual, respecting their unique pace of growth and learning style." + ]} + primaryButton={{ text: "Our Mission", href: "#contact" }} + /> +
+
-
- +
+ - -
+ tag="Our Core Programs" + title="Building Strong Foundations" + description="Our curriculum spans across key areas of child development, designed to spark joy and curiosity." + items={[ + { title: "Creative Arts", description: "Engaging activities that encourage self-expression through painting, crafts, and imagination.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-yellow-nose-paints-toy-blue-color_1304-3303.jpg" }, + { title: "Active Play", description: "Physical activities that boost coordination and gross motor skills in our safe outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-blue-notebook-covers-her-face-background-school_169016-59249.jpg" }, + { title: "Early Music", description: "Rhythm, song, and movement to support cognitive and auditory development.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-drawing-with-her-father-background_23-2147624063.jpg" } + ]} + /> +
+
- -
- +
+ - -
+ tag="Our Educators" + title="Caring Professionals" + description="Meet our team of qualified and dedicated early childhood experts." + groups={[ + { + title: "Preschool Teachers", members: [ + { name: "Ms. Sarah", role: "Head Teacher", detail: "Over 10 years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-preschool-girl_329181-17072.jpg" }, + { name: "Ms. Elena", role: "Lead Educator", detail: "Specialized in artistic development.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-teacher-classroom_23-2151696443.jpg" }, + { name: "Mr. David", role: "Program Facilitator", detail: "Passionate about outdoor learning.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-little-girl-sitting-classroom_23-2147663537.jpg" }, + { name: "Ms. Linda", role: "Assistant Teacher", detail: "Dedicated to nurturing social skills.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-posing-public-library_74855-1623.jpg" }, + { name: "Mr. Robert", role: "Support Staff", detail: "Expert in developmental milestones.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12088.jpg" } + ] + } + ]} + /> +
+
-
- +
+ - -
+ quote="Tender Age has been a wonderful experience for our daughter. The teachers are incredibly nurturing, and we've seen her confidence grow tremendously over the last year." + rating={5} + author="The Johnson Family" + avatars={[ + { name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-playing-summer-park_1157-19675.jpg" }, + { name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-kids-drawing_23-2147811990.jpg" }, + { name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-playing-indoors-with-eco-toys_23-2150268077.jpg" }, + { name: "Chloe T.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-education-concept-with-girl-kids-elementary-students-carrying-backpacks-going-class-holding-hand-hand-together-walking_169016-4792.jpg" }, + { name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-interacting-with-each-other-kitchen_1170-2663.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Common Questions" + title="Everything You Need to Know" + description="Getting started with enrollment, daily routines, and school policies." + categories={[ + { + name: "General", items: [ + { question: "What is the age range?", answer: "We accept children from 18 months to 5 years old." }, + { question: "What are your operating hours?", answer: "We are open Monday to Friday, 7:30 AM to 5:30 PM." }, + { question: "Do you offer meals?", answer: "Yes, we provide healthy snacks and lunch." } + ] + } + ]} + /> +
+
-
- +
+ - -
+ tag="Get Started" + text="Ready to give your child a great start? Schedule a tour with us today." + primaryButton={{ text: "Contact Us", href: "#" }} + secondaryButton={{ text: "Admissions Info", href: "#" }} + /> +
+
); -} +} \ No newline at end of file