From 524903897d3acffb381b0c5982484374334fe184 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:57:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb96925..d8bb71d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg" + imageSrc="http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=1" imageAlt="Premium Apple AirPods and Watches" buttons={[ { text: "Shop AirPods", href: "airpods" }, @@ -66,22 +66,22 @@ export default function LandingPage() { products={[ { id: "1", brand: "Apple", name: "AirPods Pro 2", price: "$14.00", rating: 5, - reviewCount: "12.8k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "AirPods Pro 2"}, + reviewCount: "12.8k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg?_wi=1", imageAlt: "AirPods Pro 2"}, { id: "2", brand: "Apple", name: "AirPods Max Black", price: "$15.00", rating: 5, - reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "AirPods Max Black"}, + reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=1", imageAlt: "AirPods Max Black"}, { id: "3", brand: "Apple", name: "AirPods Max White", price: "$15.00", rating: 5, - reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "AirPods Max White"}, + reviewCount: "9.2k", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=2", imageAlt: "AirPods Max White"}, { id: "4", brand: "Apple", name: "AirPods Standard", price: "$14.00", rating: 4, - reviewCount: "15.3k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg", imageAlt: "AirPods Standard"}, + reviewCount: "15.3k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=2", imageAlt: "AirPods Standard"}, { id: "5", brand: "Apple", name: "AirPods 3", price: "$14.00", rating: 5, - reviewCount: "11.7k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg", imageAlt: "AirPods 3"}, + reviewCount: "11.7k", imageSrc: "http://img.b2bpic.net/free-psd/technological-airpods-isolated_23-2151196887.jpg?_wi=3", imageAlt: "AirPods 3"}, { id: "6", brand: "Apple", name: "AirPods Pro", price: "$14.00", rating: 5, - reviewCount: "18.4k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg", imageAlt: "AirPods Pro"}, + reviewCount: "18.4k", imageSrc: "http://img.b2bpic.net/free-photo/container-with-true-wireless-earphones_657883-209.jpg?_wi=2", imageAlt: "AirPods Pro"}, ]} />