From 9173cbfbd50abf0257ee5a31b207a4c38375869a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:17:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 324612a..bcf550e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529349.jpg?_wi=1", imageAlt: "Modern custom PC tower", }, { @@ -136,42 +136,42 @@ export default function LandingPage() { id: "p1", name: "Apex One", price: "$2,999", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=1", imageAlt: "Premium PC tower case", }, { id: "p2", name: "Vanguard Pro", price: "$3,499", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=2", imageAlt: "Premium PC tower case", }, { id: "p3", name: "Zenith Ultra", price: "$4,299", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=3", imageAlt: "Premium PC tower case", }, { id: "p4", name: "Flow Master", price: "$2,599", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=4", imageAlt: "Premium PC tower case", }, { id: "p5", name: "Velocity X", price: "$3,899", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=5", imageAlt: "Premium PC tower case", }, { id: "p6", name: "Core Titanium", price: "$5,199", - imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-slim-profile-blue-fronts_169016-69151.jpg?_wi=6", imageAlt: "Premium PC tower case", }, ]} @@ -231,7 +231,7 @@ export default function LandingPage() { handle: "@arivier", testimonial: "The performance is unmatched. Solid build quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg?_wi=1", }, { id: "2", @@ -239,7 +239,7 @@ export default function LandingPage() { handle: "@schen", testimonial: "Finally, a PC that handles my 8K renders with ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg?_wi=2", }, { id: "3", @@ -247,7 +247,7 @@ export default function LandingPage() { handle: "@mv", testimonial: "Exceptional service and hardware. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg?_wi=3", }, { id: "4", @@ -255,7 +255,7 @@ export default function LandingPage() { handle: "@jd", testimonial: "Silent, fast, and beautiful. Perfect desk companion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg?_wi=4", }, { id: "5", @@ -263,7 +263,7 @@ export default function LandingPage() { handle: "@sk", testimonial: "The liquid cooling is whisper quiet. Love the aesthetics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-casual-african-man-looking_171337-7358.jpg?_wi=5", }, ]} showRating={true} @@ -274,7 +274,7 @@ export default function LandingPage() {