diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a71842b..c9d7a60 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,6 +54,8 @@ export default function AboutPage() { imageAlt="View of Jodhpur city, representing Rajasthan heritage" mediaAnimation="slide-up" imagePosition="right" + textboxLayout="default" + useInvertedBackground={false} /> @@ -69,6 +71,7 @@ export default function AboutPage() { { id: "3", name: "Anil Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-man_23-2149021812.jpg", imageAlt: "Anil Kumar" }, { id: "4", name: "Meera Sharma", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-against-orange-background_23-2151199321.jpg", imageAlt: "Meera Sharma" } ]} + useInvertedBackground={false} /> diff --git a/src/app/suppliers/register/page.tsx b/src/app/suppliers/register/page.tsx index 7050ecc..698e3ed 100644 --- a/src/app/suppliers/register/page.tsx +++ b/src/app/suppliers/register/page.tsx @@ -66,6 +66,7 @@ export default function SupplierRegistrationPage() { console.log("Supplier Registration Data:", data); alert("Registration submitted successfully!"); }} + useInvertedBackground={false} />