From e8213ee77df0afebe2e22f80ac54f2d472873d42 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 01:36:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 361cd6a..23dce2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,7 @@ export default function LandingPage() { "With years of experience in early childhood education, Ms. Sonia provides a nurturing, parent-focused environment in her own home.", "Cribbib Child Care is designed to feel like a second home, where your child's safety and development come first." ]} buttons={[{ text: "Contact Us", href: "#contact" }]} + useInvertedBackground={false} /> @@ -82,6 +83,7 @@ export default function LandingPage() { { id: "s3", value: "Professional", description: "Dedicated Care & Development" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -95,6 +97,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -108,6 +111,8 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" faqsAnimation="slide-up" + textboxLayout="split" + useInvertedBackground={false} /> @@ -123,6 +128,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Additional details or questions", rows: 4 }} buttonText="Submit Inquiry" imageSrc="http://img.b2bpic.net/free-photo/happy-family-playing-park_23-2148766998.jpg" + useInvertedBackground={false} /> -- 2.49.1