diff --git a/src/app/page.tsx b/src/app/page.tsx index 94648ab..46deb81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,22 +58,22 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/housing-mansion-residentail-dwelling-architecture_53876-30337.jpg", imageAlt: "Beautiful home exterior with professional roofing" + imageSrc: "http://img.b2bpic.net/free-photo/housing-mansion-residentail-dwelling-architecture_53876-30337.jpg?_wi=1", imageAlt: "Beautiful home exterior with professional roofing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Professional roofing installation in progress" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg?_wi=1", imageAlt: "Professional roofing installation in progress" }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15986.jpg", imageAlt: "Expert siding replacement work" + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15986.jpg?_wi=1", imageAlt: "Expert siding replacement work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea-home_23-2150215081.jpg", imageAlt: "Modern window installation" + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea-home_23-2150215081.jpg?_wi=1", imageAlt: "Modern window installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", imageAlt: "Roof replacement before and after" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg?_wi=1", imageAlt: "Roof replacement before and after" }, { - imageSrc: "http://img.b2bpic.net/free-vector/interior-design-proposal-template_742173-25902.jpg", imageAlt: "Siding replacement transformation" + imageSrc: "http://img.b2bpic.net/free-vector/interior-design-proposal-template_742173-25902.jpg?_wi=1", imageAlt: "Siding replacement transformation" } ]} mediaAnimation="slide-up" @@ -115,15 +115,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Roofing", description: "Repairs, replacements, and storm damage restoration. We work with all roofing types and insurance claims.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Professional roofing services" + title: "Roofing", description: "Repairs, replacements, and storm damage restoration. We work with all roofing types and insurance claims.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg?_wi=2", imageAlt: "Professional roofing services" }, { id: 2, - title: "Siding", description: "Installation, replacement, and repair. We enhance curb appeal while protecting your home's structure.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15986.jpg", imageAlt: "Expert siding installation" + title: "Siding", description: "Installation, replacement, and repair. We enhance curb appeal while protecting your home's structure.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15986.jpg?_wi=2", imageAlt: "Expert siding installation" }, { id: 3, - title: "Windows", description: "Energy-efficient upgrades and replacements. Modern windows that reduce energy costs and improve comfort.", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea-home_23-2150215081.jpg", imageAlt: "Professional window installation" + title: "Windows", description: "Energy-efficient upgrades and replacements. Modern windows that reduce energy costs and improve comfort.", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea-home_23-2150215081.jpg?_wi=2", imageAlt: "Professional window installation" }, { id: 4, @@ -157,10 +157,10 @@ export default function LandingPage() { description="Real homes, real transformations. Browse our recent projects to see the quality and attention to detail we bring to every job." products={[ { - id: "1", name: "Roof Replacement", price: "Completed", variant: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", imageAlt: "Roof replacement project before and after" + id: "1", name: "Roof Replacement", price: "Completed", variant: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg?_wi=2", imageAlt: "Roof replacement project before and after" }, { - id: "2", name: "Siding Upgrade", price: "Completed", variant: "Before & After", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-proposal-template_742173-25902.jpg", imageAlt: "Siding replacement transformation" + id: "2", name: "Siding Upgrade", price: "Completed", variant: "Before & After", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-proposal-template_742173-25902.jpg?_wi=2", imageAlt: "Siding replacement transformation" }, { id: "3", name: "Window Installation", price: "Completed", variant: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/people-installing-window-curtain_53876-30624.jpg", imageAlt: "Window replacement before and after" @@ -283,7 +283,7 @@ export default function LandingPage() {