From 191873b53875548f1b5e9c6b13dc40107d2dccaf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:03:07 +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 dc3c143..a5577cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,10 +67,10 @@ export default function LandingPage() { title: "Minimalist Aesthetics", description: "Clean lines and purposeful spacing create an interface that feels intuitive and premium.", icon: Minimize2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-photo_23-2148339283.jpg", imageAlt: "minimalist design philosophy interface" + imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-photo_23-2148339283.jpg?_wi=1", imageAlt: "minimalist design philosophy interface" }, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-landing-page-template_23-2149194453.jpg", imageAlt: "cutting-edge technology innovation visual" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-landing-page-template_23-2149194453.jpg?_wi=1", imageAlt: "cutting-edge technology innovation visual" } ] }, @@ -78,10 +78,10 @@ export default function LandingPage() { title: "3D Depth Effects", description: "Sophisticated layering and perspective create a sense of depth that engages and captivates.", icon: Box, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-landing-page-template_23-2149194453.jpg", imageAlt: "cutting-edge technology innovation visual" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-technology-landing-page-template_23-2149194453.jpg?_wi=2", imageAlt: "cutting-edge technology innovation visual" }, { - imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-photo_23-2148339283.jpg", imageAlt: "minimalist design philosophy interface" + imageSrc: "http://img.b2bpic.net/free-vector/business-infographic-with-photo_23-2148339283.jpg?_wi=2", imageAlt: "minimalist design philosophy interface" } ] } -- 2.49.1