From b311ce154ebd10cfdd84eb291a9fc05a98243b7c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:42:13 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f402b97..3a72abd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function HomePage() { title: "Cologne Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg?_wi=1", features: [ "Premium cologne vendor contact", "WhatsApp direct line included", @@ -130,7 +130,7 @@ export default function HomePage() { title: "Moissanite Watch Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103955.jpg?_wi=1", features: [ "Premium moissanite watch supplier", "WhatsApp direct line included", @@ -144,7 +144,7 @@ export default function HomePage() { title: "AirPod Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915818.jpg?_wi=1", features: [ "Premium AirPod vendor contact", "WhatsApp direct line included", @@ -158,7 +158,7 @@ export default function HomePage() { title: "Rolex Watch Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg?_wi=1", features: [ "Premium Rolex watch vendor", "WhatsApp direct line included", @@ -172,7 +172,7 @@ export default function HomePage() { title: "Complete Bundle", price: "$100", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sales-preparation_23-2148675040.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sales-preparation_23-2148675040.jpg?_wi=1", features: [ "All 10 vendor contacts included", "Complete link collection", -- 2.49.1 From eb480e5fb00b899d6dfae178b5960130f9e52894 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:42:14 +0000 Subject: [PATCH 2/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 1d61d54..9bcec87 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -79,7 +79,7 @@ export default function PricingPage() { title: "Cologne Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg?_wi=3", features: [ "Premium cologne vendor contact", "WhatsApp direct line included", @@ -93,7 +93,7 @@ export default function PricingPage() { title: "Moissanite Watch Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103955.jpg?_wi=3", features: [ "Premium moissanite watch supplier", "WhatsApp direct line included", @@ -107,7 +107,7 @@ export default function PricingPage() { title: "AirPod Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915818.jpg?_wi=3", features: [ "Premium AirPod vendor contact", "WhatsApp direct line included", @@ -121,7 +121,7 @@ export default function PricingPage() { title: "Rolex Watch Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg?_wi=3", features: [ "Premium Rolex watch vendor", "WhatsApp direct line included", @@ -135,7 +135,7 @@ export default function PricingPage() { title: "Complete Bundle - Best Value", price: "$100", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sales-preparation_23-2148675040.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-sales-preparation_23-2148675040.jpg?_wi=2", features: [ "All 10 vendor contacts included", "Complete link collection", -- 2.49.1 From 7e458b56daf54cd7cf0b55e162ef214ee2cd10e2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:42:15 +0000 Subject: [PATCH 3/3] Update src/app/vendors/page.tsx --- src/app/vendors/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/vendors/page.tsx b/src/app/vendors/page.tsx index f214ffb..6f0c3c2 100644 --- a/src/app/vendors/page.tsx +++ b/src/app/vendors/page.tsx @@ -79,7 +79,7 @@ export default function VendorsPage() { title: "Cologne Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-love-paying-with-credit-card-jewelry-stor_7502-7614.jpg?_wi=2", features: [ "Premium cologne vendor contact", "WhatsApp direct line included", @@ -93,7 +93,7 @@ export default function VendorsPage() { title: "Moissanite Watch Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103955.jpg?_wi=2", features: [ "Premium moissanite watch supplier", "WhatsApp direct line included", @@ -107,7 +107,7 @@ export default function VendorsPage() { title: "AirPod Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915818.jpg?_wi=2", features: [ "Premium AirPod vendor contact", "WhatsApp direct line included", @@ -121,7 +121,7 @@ export default function VendorsPage() { title: "Rolex Watch Vendor", price: "$15", period: "one-time", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg?_wi=2", features: [ "Premium Rolex watch vendor", "WhatsApp direct line included", -- 2.49.1