From c1db6aed0c1fb11ed99341ebae8ead91a42c36e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 12:05:15 +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 3e6ac89..7a5fe70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,27 +59,27 @@ export default function LandingPage() { tag="Design Studio of the Year" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg?_wi=1", imageAlt: "Abstract creative 3D design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg?_wi=1", imageAlt: "Designer working on UI", }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg?_wi=1", imageAlt: "Minimal digital art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pc-display-startup-office-desk-showing-programming-languages_482257-120128.jpg?_wi=2", imageAlt: "Abstract creative 3D design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-headphones-mini-house-plants-table-apartment-room_482257-98954.jpg?_wi=2", imageAlt: "Designer working on UI", }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/abstract-blue-dotted-flowing-wave-background-illustration_1035-23025.jpg?_wi=2", imageAlt: "Minimal digital art", }, ]} -- 2.49.1