From 997659d97db8b9f04cbe2fb3460d549310334978 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:07:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 399 ++++++++++------------------------------------- 1 file changed, 79 insertions(+), 320 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41bdcb8..9f331a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Sparkles } from "lucide-react"; @@ -35,29 +34,17 @@ export default function LandingPage() { @@ -176,23 +133,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Safe & Secure Play Zones", - description: "Our indoor and outdoor areas are child-proofed and regularly inspected, providing a worry-free space for exploration.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604343.jpg", - imageAlt: "Child playing in a secure outdoor area", - }, + title: "Safe & Secure Play Zones", description: "Our indoor and outdoor areas are child-proofed and regularly inspected, providing a worry-free space for exploration.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-playing-outdoors_23-2149604343.jpg", imageAlt: "Child playing in a secure outdoor area"}, { - title: "Nutritious & Delicious Meals", - description: "We offer fresh, wholesome, and balanced meals and snacks prepared daily, catering to various dietary needs.", - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-having-her-breakfast_23-2148179435.jpg", - imageAlt: "Children eating healthy snacks", - }, + title: "Nutritious & Delicious Meals", description: "We offer fresh, wholesome, and balanced meals and snacks prepared daily, catering to various dietary needs.", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-having-her-breakfast_23-2148179435.jpg", imageAlt: "Children eating healthy snacks"}, { - title: "Experienced & Loving Staff", - description: "Our team consists of highly trained and passionate caregivers dedicated to fostering a supportive and enriching atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-kid-his-first-years-life_23-2149219464.jpg", - imageAlt: "Caregiver interacting with children", - }, + title: "Experienced & Loving Staff", description: "Our team consists of highly trained and passionate caregivers dedicated to fostering a supportive and enriching atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-kid-his-first-years-life_23-2149219464.jpg", imageAlt: "Caregiver interacting with children"}, ]} title="Safety & Joy in Every Detail" description="Our environment is designed with meticulous attention to safety, cleanliness, and engaging play, ensuring peace of mind for parents and endless fun for children." @@ -206,17 +151,11 @@ export default function LandingPage() { description="Yessica brings over 15 years of dedicated experience in early childhood education, holding certifications in pediatric First Aid & CPR, and early childhood development. Her caregiving philosophy centers on fostering a child-led, play-based learning environment where every child feels secure, respected, and encouraged to explore their unique potential. Parents consistently praise her patience, kindness, and ability to connect deeply with each child." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "Certified", - title: "Child Development", - }, + value: "Certified", title: "Child Development"}, { - value: "First Aid", - title: "& CPR Trained", - }, + value: "First Aid", title: "& CPR Trained"}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-kid-drawing-together_23-2148866776.jpg" imageAlt="Daycare provider Yessica smiling warmly" @@ -225,40 +164,6 @@ export default function LandingPage() { /> -
- -
-
@@ -525,20 +317,15 @@ export default function LandingPage() { @@ -550,71 +337,43 @@ export default function LandingPage() { logoText="Rainbow Hands Childcare" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Programs", - items: [ + title: "Programs", items: [ { - label: "Infant Care", - href: "/programs#infant", - }, + label: "Infant Care", href: "/programs#infant"}, { - label: "Toddler Program", - href: "/programs#toddler", - }, + label: "Toddler Program", href: "/programs#toddler"}, { - label: "Preschool Prep", - href: "/programs#preschool", - }, + label: "Preschool Prep", href: "/programs#preschool"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Rates & Enrollment", - href: "/rates", - }, + label: "Rates & Enrollment", href: "/rates"}, { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, { - label: "FAQs", - href: "/contact#faqs", - }, + label: "FAQs", href: "/contact#faqs"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Email Us", - href: "mailto:info@rainbowhands.com", - }, + label: "Email Us", href: "mailto:info@rainbowhands.com"}, ], }, ]} @@ -624,4 +383,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1