From 36ebd3c8d0b125570106566223c4a1afda1c8e5c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:36:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff83adc..9f3abff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg?_wi=1", imageAlt: "modern electronics retail display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-connected-social-media_23-2149160253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-connected-social-media_23-2149160253.jpg?_wi=1", imageAlt: "smartphone collection luxury display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg?_wi=1", imageAlt: "electronic accessory wholesale inventory", }, { @@ -173,21 +173,21 @@ export default function LandingPage() { title: "أسعار منافسة", description: "أفضل سعر للجملة في السوق.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg?_wi=2", imageAlt: "Minimalist tech setup with smartwatch", }, { title: "شحن سريع", description: "توصيل سريع لجميع المناطق.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/people-connected-social-media_23-2149160253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-connected-social-media_23-2149160253.jpg?_wi=2", imageAlt: "Minimalist tech setup with smartwatch", }, { title: "خدمة عملاء احترافية", description: "دعم مستمر للتجار.", buttonIcon: "Phone", - imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880966.jpg?_wi=2", imageAlt: "Minimalist tech setup with smartwatch", }, ]}