diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5008556..da23b6d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,7 +93,7 @@ export default function AboutPage() { description="Discover what sets us apart in maternity care" tag="Our Strengths" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground={false} gridVariant="uniform-3-items" animationType="slide-up" buttonAnimation="slide-up" diff --git a/src/app/doctors/page.tsx b/src/app/doctors/page.tsx index 8f248da..8e135ed 100644 --- a/src/app/doctors/page.tsx +++ b/src/app/doctors/page.tsx @@ -93,7 +93,7 @@ export default function DoctorsPage() { description="Dedicated healthcare professionals with years of experience" tag="Medical Team" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground={false} gridVariant="uniform-3-items" animationType="slide-up" buttonAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index c8ac6c9..49fdefd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function HomePage() { description="Comprehensive maternity care solutions for every stage of pregnancy and beyond" tag="Services" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground={false} gridVariant="uniform-4-items" animationType="slide-up" buttonAnimation="slide-up" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1281c9d..768b00d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -97,7 +97,7 @@ export default function ServicesPage() { description="Explore our complete range of maternity and healthcare services" tag="Services" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground={false} gridVariant="uniform-4-items" animationType="slide-up" buttonAnimation="slide-up"