From d4dac8c689805e9304ba25d74654975285c29518 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:38:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f1b846..1f31275 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg?_wi=1", imageAlt: "digital server cluster purple", }, { - imageSrc: "http://img.b2bpic.net/free-photo/technology-internet-big-data-background_1387-1012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-internet-big-data-background_1387-1012.jpg?_wi=1", imageAlt: "code visualization abstract", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Building scalable microservices with modular, maintainable architecture.", bentoComponent: "reveal-icon", icon: Server, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-background-with-futuristic-design_1048-5529.jpg?_wi=2", imageAlt: "abstract geometric tech", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { description: "High-concurrency data management with PostgreSQL and Redis.", bentoComponent: "reveal-icon", icon: Database, - imageSrc: "http://img.b2bpic.net/free-photo/technology-internet-big-data-background_1387-1012.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-internet-big-data-background_1387-1012.jpg?_wi=2", imageAlt: "abstract geometric tech", }, ]} -- 2.49.1