diff --git a/src/app/adjusters/page.tsx b/src/app/adjusters/page.tsx index 6ea7ab2..ba6154b 100644 --- a/src/app/adjusters/page.tsx +++ b/src/app/adjusters/page.tsx @@ -105,7 +105,7 @@ const AdjustersPage = () => { name: "Fire Damage Recovery - $125K Settlement", price: "Resolved", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg", + "http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg?_wi=2", imageAlt: "Fire damage property recovery", }, { @@ -113,7 +113,7 @@ const AdjustersPage = () => { name: "Hurricane Damage Claim - $275K Award", price: "Settled", imageSrc: - "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", + "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=2", imageAlt: "Hurricane damage assessment and recovery", }, { @@ -121,7 +121,7 @@ const AdjustersPage = () => { name: "Water Damage Settlement - $89K Recovered", price: "Completed", imageSrc: - "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg", + "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg?_wi=2", imageAlt: "Water damage claim negotiation", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 025a654..73d44ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ const HomePage = () => { name: "Fix & Flip - Solutions", price: "View Case", imageSrc: - "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg", + "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg?_wi=1", imageAlt: "Completed renovation project", }, { @@ -230,7 +230,7 @@ const HomePage = () => { name: "New Construction - Solutions", price: "View Case", imageSrc: - "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", + "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=1", imageAlt: "New construction development", }, { @@ -238,7 +238,7 @@ const HomePage = () => { name: "Fire Damage Recovery - Adjusters", price: "View Case", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg", + "http://img.b2bpic.net/free-photo/close-up-firefighters-platform-truck-helping-with-fire-from-burning-building-firemen-with-equipment-water-working-extinguish-flames-roof-house-city-landscape_482257-29409.jpg?_wi=1", imageAlt: "Fire damage property recovery", }, { @@ -246,7 +246,7 @@ const HomePage = () => { name: "Hurricane Damage Claim - Adjusters", price: "View Case", imageSrc: - "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg", + "http://img.b2bpic.net/free-photo/view-abandoned-decaying-house-nature_23-2150166560.jpg?_wi=1", imageAlt: "Hurricane damage assessment and recovery", }, { @@ -254,7 +254,7 @@ const HomePage = () => { name: "Water Damage Settlement - Adjusters", price: "View Case", imageSrc: - "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg", + "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886462.jpg?_wi=1", imageAlt: "Water damage claim negotiation", }, { @@ -262,7 +262,7 @@ const HomePage = () => { name: "Sold Deals - Solutions", price: "View Case", imageSrc: - "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg", + "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg?_wi=1", imageAlt: "Completed real estate transaction", }, ]} diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index 1e01ff5..73c6d58 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -105,7 +105,7 @@ const SolutionsPage = () => { name: "Fix & Flip Project - Miami Beach", price: "$450K ROI", imageSrc: - "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg", + "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885666.jpg?_wi=2", imageAlt: "Completed renovation project", }, { @@ -113,7 +113,7 @@ const SolutionsPage = () => { name: "New Construction - Urban District", price: "$2.1M Development", imageSrc: - "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg", + "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-18.jpg?_wi=2", imageAlt: "New construction development", }, { @@ -121,7 +121,7 @@ const SolutionsPage = () => { name: "Commercial Investment - Portfolio", price: "$5.8M Portfolio", imageSrc: - "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg", + "http://img.b2bpic.net/free-photo/couple-moving-new-house_23-2149383616.jpg?_wi=2", imageAlt: "Investment portfolio success", }, ]}