diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 680e062..70d2316 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { title: "Licensed & Insured Team", description: "All crew members are certified roofers with comprehensive insurance coverage. Your home is protected with every project.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=5", imageAlt: "Licensed roofing team", }, items: [ @@ -100,7 +100,7 @@ export default function AboutPage() { title: "Quality Materials & Warranty", description: "We use only premium materials from trusted manufacturers and back every job with comprehensive warranties.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg?_wi=3", imageAlt: "Premium roofing materials", }, items: [ @@ -115,7 +115,7 @@ export default function AboutPage() { title: "Customer-First Service", description: "Transparent communication, honest assessments, and no surprises. We treat your home like our own.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=4", imageAlt: "Professional roof inspection", }, items: [ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fee87a5..f00290f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { "We serve the greater Dallas-Fort Worth area including Burleson, Fort Worth, Arlington, Mansfield, Crowley, and surrounding communities. Call us to verify service availability for your address.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=5" imageAlt="Professional roofing FAQ" mediaAnimation="slide-up" mediaPosition="left" @@ -138,7 +138,7 @@ export default function ContactPage() { required: false, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=6" imageAlt="Professional roofing team" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index 5aad135..31b2904 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,22 +60,22 @@ export default function HomePage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=1", imageAlt: "Professional roofing crew working on residential roof", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=1", imageAlt: "Storm damage roof repair", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=1", imageAlt: "Professional roof inspection", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg?_wi=1", imageAlt: "Before and after roof repair", }, { @@ -85,7 +85,7 @@ export default function HomePage() { }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=2", imageAlt: "Expert roofing team", }, ]} @@ -104,7 +104,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[{ text: "Get Free Inspection", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2" imageAlt="Storm damage roof inspection" useInvertedBackground={false} /> @@ -250,7 +250,7 @@ export default function HomePage() { "We serve the greater Dallas-Fort Worth area including Burleson, Fort Worth, Arlington, Mansfield, Crowley, and surrounding communities. Call us to verify service availability for your address.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=2" imageAlt="Professional roofing FAQ" mediaAnimation="slide-up" mediaPosition="left" @@ -301,7 +301,7 @@ export default function HomePage() { required: false, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=3" imageAlt="Professional roofing team" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0466acc..24a0d6a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -56,7 +56,7 @@ export default function ServicesPage() { description: "Quick fixes for leaks, missing shingles, and damage. We get it done right the first time with quality materials and expert craftsmanship.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13151.jpg?_wi=2", imageAlt: "Roof repair service", }, items: [ @@ -72,7 +72,7 @@ export default function ServicesPage() { description: "When repair isn't enough, we provide complete roof replacements with premium materials and professional installation.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=4", imageAlt: "Professional roof replacement", }, items: [ @@ -88,7 +88,7 @@ export default function ServicesPage() { description: "Hail, wind, or fallen trees? We specialize in storm damage assessment and rapid repair to prevent further damage.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=3", imageAlt: "Storm damage assessment", }, items: [ @@ -167,7 +167,7 @@ export default function ServicesPage() { "Yes, we work with several financing companies to offer flexible payment plans. Contact us to discuss financing options that work for your budget.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-level-building-roof-house_23-2148748855.jpg?_wi=3" imageAlt="Professional roofing service" mediaAnimation="slide-up" mediaPosition="left"