From e5ef6bf4046077d174fe632e56767f6622a2fc40 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:04:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84401f4..3eac248 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sensual-woman-playing-guitar_23-2147769066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-woman-playing-guitar_23-2147769066.jpg?_wi=1", imageAlt: "Instruments store", }, { - imageSrc: "http://img.b2bpic.net/free-photo/guitarist-recording-rock-music-studio-sitting-floor_53876-132112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitarist-recording-rock-music-studio-sitting-floor_53876-132112.jpg?_wi=1", imageAlt: "Audio equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/musical-background-with-acoustic-guitar-speaker-notepad-table_169016-51124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/musical-background-with-acoustic-guitar-speaker-notepad-table_169016-51124.jpg?_wi=1", imageAlt: "Guitars", }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-student-using-sound-mixer_107420-64832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-student-using-sound-mixer_107420-64832.jpg?_wi=1", imageAlt: "Sound systems", }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377340.jpg?_wi=1", imageAlt: "Lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-speaker-word-home-black-background-top-view_169016-51868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-speaker-word-home-black-background-top-view_169016-51868.jpg?_wi=1", imageAlt: "Showroom", }, ]} @@ -152,17 +152,17 @@ export default function LandingPage() { { title: "Sound Systems", description: "High-fidelity public address and sound reinforcement systems for venues of any size.", - imageSrc: "http://img.b2bpic.net/free-photo/female-student-using-sound-mixer_107420-64832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-student-using-sound-mixer_107420-64832.jpg?_wi=2", }, { title: "Lighting & Stage", description: "Professional stage lighting designs and installation services for professional environments.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377340.jpg?_wi=2", }, { title: "Equipment Sales", description: "Authorized dealer for RCF, JBL, Yamaha, and other leading industry brands.", - imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-speaker-word-home-black-background-top-view_169016-51868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-speaker-word-home-black-background-top-view_169016-51868.jpg?_wi=2", }, ]} title="Our Professional Services" @@ -183,25 +183,25 @@ export default function LandingPage() { id: "m1", name: "Zaid Al-Hassan", role: "General Manager", - imageSrc: "http://img.b2bpic.net/free-photo/sensual-woman-playing-guitar_23-2147769066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sensual-woman-playing-guitar_23-2147769066.jpg?_wi=2", }, { id: "m2", name: "Sarah Miller", role: "Audio Tech Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/guitarist-recording-rock-music-studio-sitting-floor_53876-132112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/guitarist-recording-rock-music-studio-sitting-floor_53876-132112.jpg?_wi=2", }, { id: "m3", name: "Ahmed Ibrahim", role: "Instrument Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/musical-background-with-acoustic-guitar-speaker-notepad-table_169016-51124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/musical-background-with-acoustic-guitar-speaker-notepad-table_169016-51124.jpg?_wi=2", }, { id: "m4", name: "Layla Kareem", role: "Stage Lighting Expert", - imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377340.jpg?_wi=3", }, ]} /> -- 2.49.1