From 0239fc6a8928a25c955d53da83b9818aaaccffa2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:22:47 +0000 Subject: [PATCH 1/3] 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 3145f47..22332ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -130,7 +130,7 @@ export default function AboutPage() { company: "شركة الشافعي للتشطيبات", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=2", imageAlt: "أحمد الشافعي", }, { @@ -140,7 +140,7 @@ export default function AboutPage() { company: "مجموعة البناء المتقدم", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "فاطمة العمري", }, { @@ -150,7 +150,7 @@ export default function AboutPage() { company: "محل السلامة والأمان", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "محمد سالم", }, ]} -- 2.49.1 From 5156f58ea2eda53a95d13efff6262388721d5249 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:22:48 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bd56a6..46e5449 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function HomePage() { description: "خلاطات، أحواض، وأدوات صحية عالية الجودة من علامات تجارية موثوقة", imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=1", imageAlt: "أدوات صحية", }, { @@ -155,7 +155,7 @@ export default function HomePage() { description: "أنابيب، وصلات، وملحقات سباكة متكاملة للمشاريع الصغيرة والكبيرة", imageSrc: - "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", + "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg?_wi=1", imageAlt: "أدوات سباكة", }, { @@ -164,7 +164,7 @@ export default function HomePage() { description: "أنظمة إطفاء حريق احترافية ومعدات السلامة الموثوقة", imageSrc: - "http://img.b2bpic.net/free-photo/basic-fire-fighting-evacuation-fire-drill-simulation-training-safety-condominium-factory_640221-70.jpg", + "http://img.b2bpic.net/free-photo/basic-fire-fighting-evacuation-fire-drill-simulation-training-safety-condominium-factory_640221-70.jpg?_wi=1", imageAlt: "أنظمة الحريق", }, { @@ -173,7 +173,7 @@ export default function HomePage() { description: "ملحقات متنوعة وقطع غيار أصلية لجميع احتياجاتك", imageSrc: - "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", + "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg?_wi=2", imageAlt: "معدات وإكسسوارات", }, ]} @@ -212,7 +212,7 @@ export default function HomePage() { company: "شركة الشافعي للتشطيبات", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg?_wi=1", imageAlt: "أحمد الشافعي", }, { @@ -222,7 +222,7 @@ export default function HomePage() { company: "مجموعة البناء المتقدم", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", + "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "فاطمة العمري", }, { @@ -232,7 +232,7 @@ export default function HomePage() { company: "محل السلامة والأمان", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "محمد سالم", }, { -- 2.49.1 From b14fb19acba81e17b514899d3d8f575c52bcd30f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:22:48 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2a84060..730dd47 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -85,7 +85,7 @@ export default function ProductsPage() { description: "خلاطات، أحواض، وأدوات صحية عالية الجودة من علامات تجارية موثوقة وعالمية", imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=2", imageAlt: "أدوات صحية", }, { @@ -94,7 +94,7 @@ export default function ProductsPage() { description: "أنابيب، وصلات، وملحقات سباكة متكاملة للمشاريع الصغيرة والكبيرة", imageSrc: - "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", + "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg?_wi=3", imageAlt: "أدوات سباكة", }, { @@ -103,7 +103,7 @@ export default function ProductsPage() { description: "أنظمة إطفاء حريق احترافية ومعدات السلامة الموثوقة للمباني والمشاريع", imageSrc: - "http://img.b2bpic.net/free-photo/basic-fire-fighting-evacuation-fire-drill-simulation-training-safety-condominium-factory_640221-70.jpg", + "http://img.b2bpic.net/free-photo/basic-fire-fighting-evacuation-fire-drill-simulation-training-safety-condominium-factory_640221-70.jpg?_wi=2", imageAlt: "أنظمة الحريق", }, { @@ -112,7 +112,7 @@ export default function ProductsPage() { description: "ملحقات متنوعة وقطع غيار أصلية لجميع احتياجاتك", imageSrc: - "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", + "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg?_wi=4", imageAlt: "معدات وإكسسوارات", }, ]} -- 2.49.1