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} />