From ea030040c3b7232152147feac350a0a327bbb940 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:17:31 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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} /> -- 2.49.1 From 6f9990d16dd90d3b56da5c6bc70b6df92b54323c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:17:31 +0000 Subject: [PATCH 2/2] Update src/app/suppliers/register/page.tsx --- src/app/suppliers/register/page.tsx | 1 + 1 file changed, 1 insertion(+) 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} /> -- 2.49.1