From 4203d25b6c1ba99ac43fa45a7c38ffa6ee357bc9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:01:13 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e34f300..c2aca40 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,7 +70,7 @@ export default function ContactPage() { role: "Investment Advisor", company: "Capital Partners LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg?_wi=2", imageAlt: "professional investor portrait business", }, { @@ -79,7 +79,7 @@ export default function ContactPage() { role: "Portfolio Manager", company: "Chen Wealth Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21365.jpg?_wi=2", imageAlt: "professional woman investor portrait", }, { @@ -88,7 +88,7 @@ export default function ContactPage() { role: "Commodities Trader", company: "Global Trade Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "business professional trader portrait", }, { @@ -97,7 +97,7 @@ export default function ContactPage() { role: "Financial Analyst", company: "Precision Investments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=2", imageAlt: "professional investor business portrait", }, ]} -- 2.49.1 From 0c135fd23550a52fa241d64b18b86da4cff8b97c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:01:14 +0000 Subject: [PATCH 2/3] 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 a1a6bbd..7d74048 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function HomePage() { price: "$2,450.00", rating: 5, reviewCount: "847", - imageSrc: "http://img.b2bpic.net/free-photo/texture-metal-cota_1122-964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/texture-metal-cota_1122-964.jpg?_wi=1", imageAlt: "1 oz premium gold bar", }, { @@ -146,7 +146,7 @@ export default function HomePage() { price: "$285.00", rating: 5, reviewCount: "624", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-eggs-top-view_23-2149871704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-eggs-top-view_23-2149871704.jpg?_wi=1", imageAlt: "10 oz premium silver bar", }, { @@ -156,7 +156,7 @@ export default function HomePage() { price: "$145.00", rating: 4, reviewCount: "432", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg?_wi=1", imageAlt: "5 lb premium copper bar", }, ]} @@ -287,7 +287,7 @@ export default function HomePage() { role: "Investment Advisor", company: "Capital Partners LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-senior-dressed-stylish-suit-posing-against-dark-background_613910-17578.jpg?_wi=1", imageAlt: "professional investor portrait business", }, { @@ -296,7 +296,7 @@ export default function HomePage() { role: "Portfolio Manager", company: "Chen Wealth Management", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21365.jpg?_wi=1", imageAlt: "professional woman investor portrait", }, { @@ -305,7 +305,7 @@ export default function HomePage() { role: "Commodities Trader", company: "Global Trade Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "business professional trader portrait", }, { @@ -314,7 +314,7 @@ export default function HomePage() { role: "Financial Analyst", company: "Precision Investments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg?_wi=1", imageAlt: "professional investor business portrait", }, ]} -- 2.49.1 From 44672b2ffa8d96130025c4d4e1dce7013cfd4521 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:01:14 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b5edba3..24de0d1 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -89,7 +89,7 @@ export default function ProductsPage() { price: "$2,450.00", rating: 5, reviewCount: "847", - imageSrc: "http://img.b2bpic.net/free-photo/texture-metal-cota_1122-964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/texture-metal-cota_1122-964.jpg?_wi=2", imageAlt: "1 oz premium gold bar", }, { @@ -109,7 +109,7 @@ export default function ProductsPage() { price: "$285.00", rating: 5, reviewCount: "624", - imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-eggs-top-view_23-2149871704.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-eggs-top-view_23-2149871704.jpg?_wi=2", imageAlt: "10 oz premium silver bar", }, { @@ -129,7 +129,7 @@ export default function ProductsPage() { price: "$145.00", rating: 4, reviewCount: "432", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-romantic-box-with-lights-gold-ribbon-muffin_181624-33669.jpg?_wi=2", imageAlt: "5 lb premium copper bar", }, { -- 2.49.1