From 24235c30993fca9b79835fd2879f49d884104143 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:19:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22438a3..8bea393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function LandingPage() { imageAlt: "Abstract digital wave", }, { - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=1", imageAlt: "Subscription card", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-sunglasses-is-showing-aggressive-emotion-while-showing-his-teeth_613910-13106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-sunglasses-is-showing-aggressive-emotion-while-showing-his-teeth_613910-13106.jpg?_wi=1", imageAlt: "Professional portrait", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { price: "$15/mo", rating: 5, reviewCount: "890", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=2", }, { id: "p2", @@ -126,7 +126,7 @@ export default function LandingPage() { price: "$10/mo", rating: 5, reviewCount: "1200", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=3", }, { id: "p3", @@ -135,7 +135,7 @@ export default function LandingPage() { price: "$8/mo", rating: 4, reviewCount: "950", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=4", }, { id: "p4", @@ -144,7 +144,7 @@ export default function LandingPage() { price: "$5/mo", rating: 5, reviewCount: "1500", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=5", }, { id: "p5", @@ -153,7 +153,7 @@ export default function LandingPage() { price: "$6/mo", rating: 5, reviewCount: "1100", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=6", }, { id: "p6", @@ -162,7 +162,7 @@ export default function LandingPage() { price: "$7/mo", rating: 4, reviewCount: "780", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=7", }, ]} title="Tools that define your workflow." @@ -248,7 +248,7 @@ export default function LandingPage() { role: "CEO", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-sunglasses-is-showing-aggressive-emotion-while-showing-his-teeth_613910-13106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-sunglasses-is-showing-aggressive-emotion-while-showing-his-teeth_613910-13106.jpg?_wi=2", }, { id: "2", -- 2.49.1