From 1618cdccba95e0bbdec4783a9f181f6044358296 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 02:19:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd5984f..b3a0767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { tag="Qi2 Certified Tech" mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BxrCcFlPVvjGJSY73EGQqlhrwQ/uploaded-1775441448924-xd0tnx16.jpg?_wi=1", imageAlt: "Product" }, - { imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg", imageAlt: "Device Close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg?_wi=1", imageAlt: "Device Close up" }, { imageSrc: "http://img.b2bpic.net/free-photo/3d-electric-car-charging-parking-lot_23-2148972400.jpg", imageAlt: "Precision detail" }, ]} mediaAnimation="slide-up" @@ -60,8 +60,8 @@ export default function LandingPage() { textboxLayout="split-actions" useInvertedBackground={true} products={[ - { id: "p1", brand: "QiCharge", name: "Standard Edition", price: "$89", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg" }, - { id: "p2", brand: "QiCharge", name: "Pro Edition", price: "$129", rating: 5, reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg" } + { id: "p1", brand: "QiCharge", name: "Standard Edition", price: "$89", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg?_wi=2" }, + { id: "p2", brand: "QiCharge", name: "Pro Edition", price: "$129", rating: 5, reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-grey-disk-object-white-background_187299-46751.jpg?_wi=3" } ]} buttons={[{ text: "Buy Now" }]} /> -- 2.49.1