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