diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7f1b599..adcdcd2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -91,7 +91,6 @@ export default function ContactPage() { imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"}, ]} mediaAnimation="blur-reveal" - useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c9724d..6460287 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg", imageAlt: "Medical professionals collaborating"}, ]} mediaAnimation="blur-reveal" - useInvertedBackground={false} /> diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index d662a31..f8ceb5e 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -71,7 +71,6 @@ export default function ProductsPage() { "http://img.b2bpic.net/free-photo/medical-equipment_181624-91.jpg", imageAlt: "Medical accessories supplies equipment collection"}, ]} mediaAnimation="blur-reveal" - useInvertedBackground={false} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 893a256..7189ece 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -71,7 +71,6 @@ export default function ServicesPage() { "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg", imageAlt: "Medical professionals collaborating"}, ]} mediaAnimation="blur-reveal" - useInvertedBackground={false} />