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", }, ]} 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", }, ]} 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", }, {