From 5b93db921e7f80ac6b22622e11228cbe50b30cd4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:32:04 +0000 Subject: [PATCH 1/3] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index df19208..1cd2e5e 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -65,12 +65,12 @@ export default function AdminPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/mobile-security-app_53876-98145.jpg", + "http://img.b2bpic.net/free-photo/mobile-security-app_53876-98145.jpg?_wi=2", imageAlt: "User moderation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", + "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=3", imageAlt: "User management interface", }, ], @@ -83,12 +83,12 @@ export default function AdminPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2", imageAlt: "Content analysis", }, { imageSrc: - "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", + "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=2", imageAlt: "Content filtering", }, ], @@ -101,12 +101,12 @@ export default function AdminPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", + "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=4", imageAlt: "Audit logs", }, { imageSrc: - "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=3", imageAlt: "Activity tracking", }, ], @@ -119,12 +119,12 @@ export default function AdminPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", + "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg?_wi=2", imageAlt: "Channel organization", }, { imageSrc: - "http://img.b2bpic.net/free-vector/flat-organizational-chart-infographic_23-2149016825.jpg", + "http://img.b2bpic.net/free-vector/flat-organizational-chart-infographic_23-2149016825.jpg?_wi=2", imageAlt: "Permission management", }, ], -- 2.49.1 From 34ed40dac748f4e8c0596ccd4396690249a2ea51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:32:05 +0000 Subject: [PATCH 2/3] Update src/app/chat/page.tsx --- src/app/chat/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index c191a27..cd69801 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -103,12 +103,12 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", + "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg?_wi=2", imageAlt: "Channel organization", }, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg", + "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=3", imageAlt: "Mobile messaging", }, ], @@ -121,12 +121,12 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", + "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg?_wi=3", imageAlt: "Media sharing", }, { imageSrc: - "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", + "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=3", imageAlt: "File management", }, ], @@ -139,12 +139,12 @@ export default function ChatPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", + "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg?_wi=3", imageAlt: "Conversation threads", }, { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg", + "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=3", imageAlt: "Group discussions", }, ], -- 2.49.1 From a4e88547f55b342b4076e974eb295f328c3d0608 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:32:06 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1168e3c..557140e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,44 +70,44 @@ export default function HomePage() { leftCarouselItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", + "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg?_wi=1", imageAlt: "Islamic community gathering", }, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg", + "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=1", imageAlt: "Discord communication", }, { imageSrc: - "http://img.b2bpic.net/free-vector/futuristic-infographic-concept-with-evolution_23-2148452282.jpg", + "http://img.b2bpic.net/free-vector/futuristic-infographic-concept-with-evolution_23-2148452282.jpg?_wi=1", imageAlt: "3D digital interface", }, { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg", + "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=1", imageAlt: "Community collaboration", }, ]} rightCarouselItems={[ { imageSrc: - "http://img.b2bpic.net/free-vector/futuristic-infographic-concept-with-evolution_23-2148452282.jpg", + "http://img.b2bpic.net/free-vector/futuristic-infographic-concept-with-evolution_23-2148452282.jpg?_wi=2", imageAlt: "Advanced technology", }, { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg", + "http://img.b2bpic.net/free-photo/cheerful-people-posing-with-hands-stacked_23-2147663733.jpg?_wi=2", imageAlt: "Community teamwork", }, { imageSrc: - "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg", + "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176501.jpg?_wi=2", imageAlt: "Diverse community", }, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg", + "http://img.b2bpic.net/free-photo/front-view-friends-with-smartphones_23-2149458427.jpg?_wi=2", imageAlt: "Seamless chat", }, ]} @@ -137,12 +137,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg", + "http://img.b2bpic.net/free-photo/smiling-woman-using-smartphone-couch_53876-96944.jpg?_wi=1", imageAlt: "Chat interface", }, { imageSrc: - "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", + "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=1", imageAlt: "Notifications system", }, ], @@ -155,12 +155,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", + "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1", imageAlt: "Admin dashboard", }, { imageSrc: - "http://img.b2bpic.net/free-photo/mobile-security-app_53876-98145.jpg", + "http://img.b2bpic.net/free-photo/mobile-security-app_53876-98145.jpg?_wi=1", imageAlt: "Moderation tools", }, ], @@ -173,12 +173,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-vector/flat-organizational-chart-infographic_23-2149016825.jpg", + "http://img.b2bpic.net/free-vector/flat-organizational-chart-infographic_23-2149016825.jpg?_wi=1", imageAlt: "Role management", }, { imageSrc: - "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg", + "http://img.b2bpic.net/free-vector/image-upload-concept-landing-page_23-2148309692.jpg?_wi=1", imageAlt: "Media sharing", }, ], @@ -191,12 +191,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=1", imageAlt: "Analytics dashboard", }, { imageSrc: - "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", + "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2", imageAlt: "Performance metrics", }, ], @@ -244,7 +244,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", avatarAlt: "Fatima Hassan", }, { @@ -258,7 +258,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", avatarAlt: "Ahmed Al-Mansouri", }, { @@ -272,7 +272,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", avatarAlt: "Sarah Mitchell", }, { @@ -286,7 +286,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", avatarAlt: "Omar El-Sayed", }, { @@ -300,7 +300,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", avatarAlt: "Zainab Aziz", }, { @@ -314,7 +314,7 @@ export default function HomePage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", avatarAlt: "Marcus Johnson", }, ]} -- 2.49.1