diff --git a/src/app/page.tsx b/src/app/page.tsx index 836bddc..5b08fe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,23 +76,23 @@ export default function LandingPage() { imageAlt: "Home renovation project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg?_wi=1", imageAlt: "Carpentry work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg?_wi=1", imageAlt: "Interior painting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg?_wi=1", imageAlt: "Flooring installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=1", imageAlt: "Satisfied customer", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=1", imageAlt: "Renovated kitchen", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { descriptions: [ "Expert fix-ups for all home issues, from minor repairs to major restoration work.", ], - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg?_wi=2", }, { id: "f2", @@ -120,7 +120,7 @@ export default function LandingPage() { descriptions: [ "Complete kitchen, bathroom, and basement remodeling solutions customized to your vision.", ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg?_wi=2", }, { id: "f3", @@ -128,7 +128,7 @@ export default function LandingPage() { descriptions: [ "Professional drywall installation and repair coupled with premium interior painting finishes.", ], - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg?_wi=2", }, { id: "f4", @@ -136,7 +136,7 @@ export default function LandingPage() { descriptions: [ "Expert installation of hardwood, luxury vinyl, and laminate flooring for any room.", ], - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530693.jpg?_wi=3", }, { id: "f5", @@ -144,7 +144,7 @@ export default function LandingPage() { descriptions: [ "Custom carpentry, trim work, crown molding, and structural repairs with excellent craftsmanship.", ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-paint-roller_23-2149328116.jpg?_wi=3", }, { id: "f6", @@ -152,7 +152,7 @@ export default function LandingPage() { descriptions: [ "Small to large-scale general home enhancements to improve the comfort and value of your home.", ], - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378916.jpg?_wi=3", }, ]} title="Our Professional Services" @@ -171,7 +171,7 @@ export default function LandingPage() { quote: "Amazing craftsmanship and very professional. – Verified Customer", name: "Sarah Miller", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=2", }, { id: "t2", @@ -179,7 +179,7 @@ export default function LandingPage() { quote: "They transformed our home beautifully. – Verified Customer", name: "James & Linda", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=2", }, { id: "t3", @@ -195,7 +195,7 @@ export default function LandingPage() { quote: "Best contractors we have worked with in Sterling, VA. – Verified Customer", name: "Amy Rodriguez", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=3", }, { id: "t5", @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Very polite, tidy, and clean finish work. – Verified Customer", name: "Robert Smith", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-inside-their-new-home-holding-house-plans_23-2148895457.jpg?_wi=3", }, ]} title="Client Reviews"