From 208ce9756bb9adcb660b103e5a0a6bbaec8992c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:21:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1862028..b69a008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,10 +108,10 @@ export default function LandingPage() { title: "Documentary Projects", description: "In-depth storytelling through documentaries capturing Memphis community narratives and social impact", icon: Film, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10063.jpg", imageAlt: "Documentary Work Sample 1" + imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10063.jpg?_wi=1", imageAlt: "Documentary Work Sample 1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10063.jpg", imageAlt: "Documentary Work Sample 2" + imageSrc: "http://img.b2bpic.net/free-photo/musicial-music-live-band-performing-stage-with-different-lights_627829-10063.jpg?_wi=2", imageAlt: "Documentary Work Sample 2" } ] }, @@ -119,10 +119,10 @@ export default function LandingPage() { title: "Photography Collection", description: "Professional photography spanning portraits, events, and commercial work with artistic vision", icon: Image, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/professional-minimalist-photo-storyboard_742173-6847.jpg", imageAlt: "Photography Sample 1" + imageSrc: "http://img.b2bpic.net/free-vector/professional-minimalist-photo-storyboard_742173-6847.jpg?_wi=1", imageAlt: "Photography Sample 1" }, { - imageSrc: "http://img.b2bpic.net/free-vector/professional-minimalist-photo-storyboard_742173-6847.jpg", imageAlt: "Photography Sample 2" + imageSrc: "http://img.b2bpic.net/free-vector/professional-minimalist-photo-storyboard_742173-6847.jpg?_wi=2", imageAlt: "Photography Sample 2" } ] } @@ -170,22 +170,22 @@ export default function LandingPage() { { id: "1", name: "City Official", handle: "@memphis_leader", testimonial: "Antonio brings a fresh perspective to community projects. His ability to manage complex initiatives while maintaining creative excellence is exceptional.", rating: 5, icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "City Official" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "City Official" }, { id: "2", name: "Documentary Subject", handle: "@community_voice", testimonial: "Working with Antonio on our documentary was transformative. He captured our story with authenticity and respect.", rating: 5, icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Documentary Subject" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=1", imageAlt: "Documentary Subject" }, { id: "3", name: "Youth Program Director", handle: "@youth_organizer", testimonial: "Antonio's leadership has inspired dozens of young people. His energy and vision are infectious.", rating: 5, icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Youth Program Director" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Youth Program Director" }, { id: "4", name: "Event Coordinator", handle: "@events_memphis", testimonial: "From concept to execution, Antonio delivers. His project management skills are as impressive as his creative output.", rating: 5, icon: Quote, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", imageAlt: "Event Coordinator" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg?_wi=2", imageAlt: "Event Coordinator" } ]} showRating={false}