From 661891503f95049df13f9e46703c5edad7b5cfee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 00:47:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b43ed69..2913d21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,22 +63,22 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg?_wi=1", imageAlt: "Luxury Key", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg?_wi=1", imageAlt: "Dashboard", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg?_wi=1", imageAlt: "Emblem", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/patch-cord-crimp-glasses-notepad_140725-8748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patch-cord-crimp-glasses-notepad_140725-8748.jpg?_wi=1", imageAlt: "Electronics", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Silver and carbon craft.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg?_wi=2", imageAlt: "Close up on fabric texture", }, { @@ -143,7 +143,7 @@ export default function LandingPage() { description: "Delivered with haste.", bentoComponent: "reveal-icon", icon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg?_wi=2", imageAlt: "Close up on fabric texture", }, ]} @@ -315,7 +315,7 @@ export default function LandingPage() { name: "Jane Smith", handle: "@janes", testimonial: "The precision work is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080740.jpg?_wi=3", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", }, { @@ -323,7 +323,7 @@ export default function LandingPage() { name: "Mike Ross", handle: "@miker", testimonial: "Fast, reliable, and premium quality.", - imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/one-hand-wheel-driving-motion-realistic-car-view_169016-68369.jpg?_wi=3", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", }, { @@ -331,7 +331,7 @@ export default function LandingPage() { name: "Anna Lee", handle: "@annal", testimonial: "Changed my car's look completely.", - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg?_wi=2", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", }, { @@ -339,7 +339,7 @@ export default function LandingPage() { name: "Sam K.", handle: "@samk", testimonial: "Professional and very responsive team.", - imageSrc: "http://img.b2bpic.net/free-photo/patch-cord-crimp-glasses-notepad_140725-8748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/patch-cord-crimp-glasses-notepad_140725-8748.jpg?_wi=2", imageAlt: "Closeup dark fabric seam outdoor sunlight background blurred", }, ]} -- 2.49.1