From fe577ac5a8303ba323968ff3e57b8429d48fef9e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:20:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 555c931..29434f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,22 +82,22 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Adobe", name: "Creative Cloud", 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"}, + reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=1"}, { id: "p2", brand: "OpenAI", name: "ChatGPT Plus", 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"}, + reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=2"}, { id: "p3", brand: "Canva", name: "Pro Subscription", 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"}, + reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=3"}, { id: "p4", brand: "Spotify", name: "Premium Family", 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"}, + reviewCount: "1500", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=4"}, { id: "p5", brand: "YouTube", name: "Premium Individual", 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"}, + reviewCount: "1100", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=5"}, { id: "p6", brand: "Crunchyroll", name: "Mega Fan", 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"}, + reviewCount: "780", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-tag-with-cyber-monday-title-photo-frame_23-2147961938.jpg?_wi=6"}, ]} title="Tools that define your workflow." description="Get instant access to top-tier software and streaming services designed for maximum output and entertainment value." -- 2.49.1