diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 20e01e0..c86ee44 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { description: "We find solutions where others don't.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -91,7 +91,7 @@ export default function LandingPage() { }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg?_wi=3" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index e3bb4f8..a5c326c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,7 +224,7 @@ export default function LandingPage() { description: "Professional support you can count on.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741249.jpg?_wi=1" /> diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 9127691..d8d76bc 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -60,13 +60,13 @@ export default function LandingPage() { id: "1", name: "Steel Pipe", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg?_wi=1", }, { id: "2", name: "PVC Pipe", price: "Varies", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-school-supplies-composition_23-2148981698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-school-supplies-composition_23-2148981698.jpg?_wi=1", }, { id: "3", @@ -111,13 +111,13 @@ export default function LandingPage() { id: "1", name: "Steel Pipe", price: "Contact", - imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg?_wi=2", }, { id: "2", name: "PVC Pipe", price: "Contact", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-school-supplies-composition_23-2148981698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-school-supplies-composition_23-2148981698.jpg?_wi=2", }, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6ee0076..35b2870 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -59,14 +59,14 @@ export default function LandingPage() { { title: "Hard-to-Find Sourcing", description: "If it exists, we'll locate it.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-biodegradable-straw-tip_23-2148339445.jpg", buttonText: "Read More", }, { title: "Fast Ordering", description: "Quick turnaround on special requests.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", buttonText: "Read More", }, @@ -101,14 +101,14 @@ export default function LandingPage() { { title: "Sourcing", description: "We find the rare stuff.", - imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132304.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-biodegradable-straw-tip_23-2148339445.jpg", buttonText: "Check", }, { title: "Ordering", description: "Quick logistics.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-glitter-decoration-detail_23-2149048303.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/nozzles-ratchets_23-2148180526.jpg", buttonText: "Check", },