diff --git a/src/app/page.tsx b/src/app/page.tsx index 04ea20f..190eda3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,27 +71,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=1", imageAlt: "High-end roofing project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=1", imageAlt: "Detail work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=2", imageAlt: "Residential roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=2", imageAlt: "Craftsmanship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=3", imageAlt: "Finished roofing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=3", imageAlt: "Copper flashing", }, ]} @@ -165,7 +165,7 @@ export default function LandingPage() { title: "Roof Replacement", description: "Full architectural shingle replacement with top-tier material guarantees.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=4", imageAlt: "Replacement", }, items: [ @@ -179,7 +179,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg?_wi=4", imageAlt: "luxury roof installation twilight", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { title: "Roof Repair", description: "Rapid response repairs for leaks, flashing issues, and storm damage.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=5", imageAlt: "Repair", }, items: [ @@ -201,7 +201,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=6", imageAlt: "professional roofing detail shot", }, { @@ -209,7 +209,7 @@ export default function LandingPage() { title: "Gutter Systems", description: "Seamless gutter installation and cleaning for improved water management.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13101.jpg?_wi=7", imageAlt: "Gutters", }, items: [ @@ -243,7 +243,7 @@ export default function LandingPage() { quote: "Efrain and his team were prompt, professional, and delivered a perfect job.", name: "Sarah J.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg?_wi=1", }, { id: "2", @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "Simply the best experience I have had with any contractor in California.", name: "David R.", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12705.jpg?_wi=2", }, ]} title="Trusted by Local Homeowners" @@ -298,7 +298,7 @@ export default function LandingPage() {