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", }, ]}