diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 09e1e1a..491d927 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,98 +7,54 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "About", - "href": "#about" - }, - { - "name": "Programs", - "href": "#features" - }, - { - "name": "Pricing", - "href": "#pricing" - }, - { - "name": "Reviews", - "href": "#testimonials" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Faq", - "href": "#faq" - } -]; + { "name": "About", "href": "#about" }, + { "name": "Programs", "href": "#features" }, + { "name": "Pricing", "href": "#pricing" }, + { "name": "Reviews", "href": "#testimonials" }, + { "name": "Hero", "href": "#hero" }, + { "name": "Metrics", "href": "#metrics" }, + { "name": "Faq", "href": "#faq" } + ]; return ( + logo="Mishka" + logoImageSrc="http://img.b2bpic.net/free-vector/creative-california-bear-logo_23-2149212922.jpg" + ctaButton={{ + text: "Book Tour", href: "#contact"}} + navItems={navItems} + />
+ ]} + copyright="© 2024 Mishka Daycare. All rights reserved." + links={[ + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, + ]} + />
); diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ac782a0..41685e0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,265 +12,123 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Trusted Care for Little Ones" + title="Welcome to Mishka Daycare" + description="Where your child learns, grows, and plays in a safe and loving home environment." + primaryButton={{ + text: "Schedule a Visit", href: "#contact"}} + secondaryButton={{ + text: "Our Approach", href: "#about"}} + items={[ + { text: "Certified Teachers", icon: CheckCircle }, + { text: "Organic Meals", icon: Apple }, + { text: "Safe Playground", icon: Shield }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/teacher-helping-student-put-medical-mask_23-2148925445.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Philosophy" + title="A Second Home for Mishka Kids" + description="We believe every child is unique and deserves an environment that nurtures their natural curiosity and development through play-based learning." + imageSrc="http://img.b2bpic.net/free-photo/women-playing-with-children-home_23-2148572966.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Programs" + title="Learning Through Play" + description="Daily activities designed for developmental milestones." + items={[ + { tag: "Infants", title: "Discovery Zone", description: "Sensory-based learning for the youngest learners.", primaryButton: { text: "Learn More", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kid-playing-with-wooden-toys_23-2149389969.jpg" }, + { tag: "Toddlers", title: "Creative Explorers", description: "Group play, music, and basic social interaction.", primaryButton: { text: "Learn More", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/child-with-brush-painting-paper-near-water-colors-sitting-coverlet_23-2148037939.jpg" }, + { tag: "Preschool", title: "Early Academy", description: "Preparing kids for kindergarten success.", primaryButton: { text: "Learn More", href: "#" }, imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-making-puzzle-table_23-2149557938.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Milestones" + title="Impactful Care" + description="Evidence-based metrics behind our care success." + metrics={[ + { value: "10+", title: "Years Experience", features: ["State Licensed", "CPR Certified", "First Aid Trained"] }, + { value: "5:1", title: "Child-to-Teacher Ratio", features: ["Personalized Attention", "Safety Focus", "Active Engagement"] }, + { value: "100%", title: "Parent Satisfaction", features: ["Regular Updates", "Daily Reports", "Open Communication"] }, + ]} + /> +
+
-
- +
+ - -
+ tag="Enrollment Plans" + title="Flexible Tuition Options" + description="We offer various enrollment schedules to fit your family needs." + plans={[ + { tag: "Full-Time", price: "$1,800", period: "/mo", features: ["M-F, 8am-6pm", "All Meals Included", "Developmental Tracking"], primaryButton: { text: "Enroll Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-kids-laughing-outdoors_23-2149073576.jpg" }, + { tag: "Part-Time", price: "$1,200", period: "/mo", features: ["3 Days a Week", "Snacks Included", "Play-based Learning"], primaryButton: { text: "Enroll Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/family-three-spending-time-together-outdoors-father-s-day_23-2150167771.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Parent Stories" + title="Trusted by Families" + description="Hear what our amazing parents have to say about Mishka." + testimonials={[ + { name: "Elena R.", role: "Parent", company: "Happy Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-different-beautiful-people_23-2148529068.jpg" }, + { name: "Mark D.", role: "Parent", company: "Satisfied Parent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/father-kissing-his-little-child-s-head-painting-easter-eggs_181624-40669.jpg" }, + { name: "Sarah W.", role: "Parent", company: "Delighted Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-relaxing-sofa-looking-clipboard_23-2148352830.jpg" }, + { name: "David L.", role: "Parent", company: "Busy Professional", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-with-their-son-spending-time-together-home_23-2149099769.jpg" }, + { name: "Anna K.", role: "Parent", company: "Happy Kid", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-mom-winter-roadtrip_23-2149314894.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Helpful Info" + title="Frequently Asked Questions" + description="Answers to common questions about our daycare policies." + items={[ + { question: "What are your operating hours?", answer: "We are open from Monday through Friday, 7:30 AM to 6:00 PM." }, + { question: "Do you provide snacks?", answer: "Yes, we provide organic breakfast, lunch, and snacks daily." }, + { question: "How can I book a tour?", answer: "You can contact us via our booking form to schedule a personal tour of our facility." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Get In Touch" + text="Ready to join our Mishka family? Schedule your visit today!" + primaryButton={{ text: "Contact Us", href: "#" }} + secondaryButton={{ text: "Call Now", href: "tel:5550123456" }} + /> +
+
); }