Merge version_1_1781516760435 into main #1

Merged
bender merged 3 commits from version_1_1781516760435 into main 2026-06-15 09:47:15 +00:00
2 changed files with 134 additions and 320 deletions

View File

@@ -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 (
<StyleProvider buttonVariant="default" siteBackground="noise" heroBackground="cornerGlow">
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Mishka"
ctaButton={{
text: "Book Tour",
href: "#contact",
}}
navItems={navItems} />
logo="Mishka"
logoImageSrc="http://img.b2bpic.net/free-vector/creative-california-bear-logo_23-2149212922.jpg"
ctaButton={{
text: "Book Tour", href: "#contact"}}
navItems={navItems}
/>
</SectionErrorBoundary>
<main className="flex-grow">
<Outlet />
</main>
<SectionErrorBoundary name="footer">
<FooterSimpleCard
brand="Mishka Daycare"
columns={[
{
title: "Links",
items: [
brand="Mishka Daycare"
columns={[
{
label: "About",
href: "#about",
title: "Links", items: [
{ label: "About", href: "#about" },
{ label: "Programs", href: "#features" },
{ label: "Pricing", href: "#pricing" },
],
},
{
label: "Programs",
href: "#features",
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" },
],
},
{
label: "Pricing",
href: "#pricing",
},
],
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
]}
copyright="© 2024 Mishka Daycare. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
]}
/>
]}
copyright="© 2024 Mishka Daycare. All rights reserved."
links={[
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
]}
/>
</SectionErrorBoundary>
</StyleProvider>
);

View File

@@ -12,265 +12,123 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroOverlayMarquee
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"
/>
</SectionErrorBoundary>
</div>
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"
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
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"
/>
</SectionErrorBoundary>
</div>
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"
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesTaggedCards
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",
},
]}
/>
</SectionErrorBoundary>
</div>
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" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
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",
],
},
]}
/>
</SectionErrorBoundary>
</div>
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"] },
]}
/>
</SectionErrorBoundary>
</div>
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingMediaCards
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",
},
]}
/>
</SectionErrorBoundary>
</div>
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" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialMarqueeOverlayCards
tag="Parent Stories"
title="Trusted by Families"
description="Hear what our amazing parents have to say about Mishka."
testimonials={[
{
id: "1",
name: "Elena R.",
role: "Parent",
company: "Happy Family",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-different-beautiful-people_23-2148529068.jpg",
},
{
id: "2",
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",
},
{
id: "3",
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",
},
{
id: "4",
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",
},
{
id: "5",
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",
},
]}
/>
</SectionErrorBoundary>
</div>
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" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSimple
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.",
},
]}
/>
</SectionErrorBoundary>
</div>
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." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
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",
}}
/>
</SectionErrorBoundary>
</div>
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" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}