From 20b8746cb58e1ede0608b1638600730343301325 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:46:18 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index db34ca1..8a2cbda 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -111,7 +111,7 @@ export default function AboutPage() { subtitle: "CEO & Founder", detail: "ahmed@sy-refund.test", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=5", imageAlt: "Ahmed Al-Rashid CEO", }, { @@ -120,7 +120,7 @@ export default function AboutPage() { subtitle: "Chief Technology Officer", detail: "fatima@sy-refund.test", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=6", imageAlt: "Fatima Al-Hassan CTO", }, { @@ -129,7 +129,7 @@ export default function AboutPage() { subtitle: "Chief Financial Officer", detail: "mohammad@sy-refund.test", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=7", imageAlt: "Mohammad Karim CFO", }, ], From f10d1b8347546943eb97bd45dbb2af3bbf91e889 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:46:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7978dd..3639b50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function HomePage() { detail: "Submit new refund requests, view history, receive notifications, manage own requests", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=1", imageAlt: "Travel Agency Office", }, { @@ -232,7 +232,7 @@ export default function HomePage() { detail: "Review new requests, approve/reject with reasons, view history, export data, manage users", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=2", imageAlt: "Refund Department Admin", }, { @@ -242,7 +242,7 @@ export default function HomePage() { detail: "Approve/cancel finance stage, view finance history, export approved transactions", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=3", imageAlt: "Finance Director", }, { @@ -252,7 +252,7 @@ export default function HomePage() { detail: "Super-admin access to all features, user management, office management, site settings", imageSrc: - "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg", + "http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=4", imageAlt: "System Administrator", }, ],