From d80f953a66c37dbf6babb9f0efb7d6a64045a190 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:59:05 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f85049c..4626813 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function AboutPage() { { value: "15+", title: "Years of Excellence" }, { value: "50+", title: "Successful Projects" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84845.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84845.jpg?_wi=3" imageAlt="SUPINFRA company headquarters in Dakhla" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From c9e3516af97632cee6765140675c33752014e0ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:59:05 +0000 Subject: [PATCH 2/4] 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 dff618d..778a8e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function HomePage() { { value: "15+", title: "Years of Excellence" }, { value: "50+", title: "Successful Projects" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84845.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84845.jpg?_wi=1" imageAlt="SUPINFRA company headquarters in Dakhla" useInvertedBackground={false} mediaAnimation="slide-up" @@ -181,13 +181,13 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Minister Hassan Al-Khalil", role: "Director", company: "Ministry of Public Works", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1"}, { id: "2", name: "Fatima Benkirane", role: "Project Manager", company: "Maroc Telecom", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg?_wi=1"}, { id: "3", name: "Ahmed Bennani", role: "CEO", company: "ONEE (National Water Authority)", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "4", name: "Yasmine Oukhadda", role: "Development Director", company: "Regional Investment Bank", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"}, -- 2.49.1 From b637ca44fbe38c694d2b2a554304a9bba27cbc81 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:59:06 +0000 Subject: [PATCH 3/4] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 26656d3..1739997 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -115,13 +115,13 @@ export default function ProjectsPage() { testimonials={[ { id: "1", name: "Minister Hassan Al-Khalil", role: "Director", company: "Ministry of Public Works", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2"}, { id: "2", name: "Fatima Benkirane", role: "Project Manager", company: "Maroc Telecom", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-leader-modern-office-with-businesspeople-workin_1139-956.jpg?_wi=2"}, { id: "3", name: "Ahmed Bennani", role: "CEO", company: "ONEE (National Water Authority)", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, ]} kpiItems={[ { value: "50+", label: "Projects Completed" }, -- 2.49.1 From 76e1e52b58fa1eec502eb92df77177a59be880e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:59:06 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 09a490a..10c2859 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -128,7 +128,7 @@ export default function ServicesPage() { { value: "98%", title: "On-Time Delivery Rate" }, { value: "100%", title: "CNSS Compliance" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84845.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-having-discussion-office_107420-84845.jpg?_wi=2" imageAlt="SUPINFRA team collaborating on infrastructure solutions" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1