From 4dd6ece5a8cec87bf422d432a0da48acafb12ddf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:41:59 +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 3f4a71d..444bd8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,10 +126,10 @@ export default function ArtStudioPage() { title: "Custom Commissions", description: "Create bespoke artworks tailored to your vision, space, and story. Collaborative process from concept to completion.", icon: Brush, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-artist-painting-canvas_273443-457.jpg", imageAlt: "Custom commission artwork" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-artist-painting-canvas_273443-457.jpg?_wi=1", imageAlt: "Custom commission artwork" }, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-arranging-fabric_23-2148372144.jpg", imageAlt: "Commission design process" + imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-arranging-fabric_23-2148372144.jpg?_wi=1", imageAlt: "Commission design process" } ] }, @@ -137,10 +137,10 @@ export default function ArtStudioPage() { title: "Art Direction & Consultation", description: "Professional guidance for art collection curation, interior design integration, and gallery exhibitions.", icon: Eye, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-arranging-fabric_23-2148372144.jpg", imageAlt: "Art direction consultation" + imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-arranging-fabric_23-2148372144.jpg?_wi=2", imageAlt: "Art direction consultation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-artist-painting-canvas_273443-457.jpg", imageAlt: "Gallery curation work" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-artist-painting-canvas_273443-457.jpg?_wi=2", imageAlt: "Gallery curation work" } ] } @@ -188,11 +188,11 @@ export default function ArtStudioPage() { }, { id: "3", name: "Emma Rodriguez", role: "Private Collector", company: "Contemporary Collectors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Emma Rodriguez" }, { id: "4", name: "James Thompson", role: "Design Director", company: "Architectural Digest", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "James Thompson" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1