From 0c8ddb37490cc3a41a2da352237974ec0b7260d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:00:54 +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 0f9a8f0..d4b53da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,19 +136,19 @@ export default function LandingPage() { id: "1", name: "Professional eBook Guide", price: "$29", - imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-isolated-white-background_58702-6399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-isolated-white-background_58702-6399.jpg?_wi=1", }, { id: "2", name: "Productivity App Bundle", price: "$49", - imageSrc: "http://img.b2bpic.net/free-photo/direction-icon-front-side-with-white-background_187299-39836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/direction-icon-front-side-with-white-background_187299-39836.jpg?_wi=1", }, { id: "3", name: "Design Asset Pack", price: "$39", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-supplies-composition-pink-background_23-2149552415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-supplies-composition-pink-background_23-2149552415.jpg?_wi=1", }, { id: "4", @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "My sales skyrocketed after implementation.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-isolated-white-background_58702-6399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-isolated-white-background_58702-6399.jpg?_wi=2", imageAlt: "ebook mockup digital product", }, { @@ -310,7 +310,7 @@ export default function LandingPage() { quote: "Clean, scalable, and easy to setup.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/direction-icon-front-side-with-white-background_187299-39836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/direction-icon-front-side-with-white-background_187299-39836.jpg?_wi=2", imageAlt: "business app icon set", }, { @@ -321,7 +321,7 @@ export default function LandingPage() { quote: "Absolutely worth the investment.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-supplies-composition-pink-background_23-2149552415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-supplies-composition-pink-background_23-2149552415.jpg?_wi=2", imageAlt: "graphic design assets bundle", }, ]} -- 2.49.1