From bfe9db05ee3f79020fee02c2d53773be9e7f9a06 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:42:21 +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 1884508..0d697dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@collector_pro", testimonial: "The attention to detail on these models is truly unparalleled.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-old-car_23-2149034785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-white-old-car_23-2149034785.jpg?_wi=1", imageAlt: "diecast car model photography", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@scale_fan", testimonial: "Exquisite quality and very fast shipping.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391064.jpg?_wi=1", imageAlt: "hobbyist working on models", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@diecast_king", testimonial: "The best selection of rare models I've found online.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-full-length-trendy-brunette-woman-stylish-crow-s-foot-printed-coat-zebra-heels-sitting-her-car-steering-wheel_132075-9418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-full-length-trendy-brunette-woman-stylish-crow-s-foot-printed-coat-zebra-heels-sitting-her-car-steering-wheel_132075-9418.jpg?_wi=1", imageAlt: "red sports diecast car", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@model_art", testimonial: "Simply stunning craftsmanship in every single piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-electric-cars-charging_23-2148972411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-electric-cars-charging_23-2148972411.jpg?_wi=1", imageAlt: "vintage blue diecast model", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@pro_collector", testimonial: "Perfect packaging, arrived in mint condition.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cool-drummer-white_1385-64.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cool-drummer-white_1385-64.jpg?_wi=1", imageAlt: "black luxury diecast model", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-white-old-car_23-2149034785.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-white-old-car_23-2149034785.jpg?_wi=2" imageAlt="Premium diecast collection" avatars={[ { @@ -175,7 +175,7 @@ export default function LandingPage() { description: "Safe, secure shipping to ensure collectors' peace of mind.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391064.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-child-making-diy-craft-project-with-t-shirt_23-2149391064.jpg?_wi=2" imageAlt="Working with diecast models" mediaAnimation="slide-up" /> @@ -192,19 +192,19 @@ export default function LandingPage() { id: "p1", name: "Classic Red GT", price: "$125.00", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-full-length-trendy-brunette-woman-stylish-crow-s-foot-printed-coat-zebra-heels-sitting-her-car-steering-wheel_132075-9418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-full-length-trendy-brunette-woman-stylish-crow-s-foot-printed-coat-zebra-heels-sitting-her-car-steering-wheel_132075-9418.jpg?_wi=2", }, { id: "p2", name: "Vintage Cobalt Blue", price: "$145.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-electric-cars-charging_23-2148972411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-electric-cars-charging_23-2148972411.jpg?_wi=2", }, { id: "p3", name: "Midnight SUV", price: "$110.00", - imageSrc: "http://img.b2bpic.net/free-photo/cool-drummer-white_1385-64.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cool-drummer-white_1385-64.jpg?_wi=2", }, { id: "p4", -- 2.49.1