diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5eb1f00..0271486 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -110,14 +110,14 @@ export default function AboutPage() { id: 2, title: "Quality Craftsmanship", description: "Every project is executed with attention to detail and premium materials. Your roof is our responsibility.", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Expert craftsmanship", }, { id: 3, title: "Community Commitment", description: "We're Meridian neighbors serving Meridian neighbors. Local expertise, local responsiveness, local pride.", - 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: "Community service", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5db7eb4..e780c44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,15 +99,15 @@ export default function HomePage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1", imageAlt: "Professional roofing installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "Roof repair work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "Roof replacement project", }, ]} @@ -147,28 +147,28 @@ export default function HomePage() { id: 1, title: "Roof Repair", description: "Fast, reliable repairs for damaged shingles, flashing, and minor leaks. We respond quickly to emergency calls.", - 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: "Roof repair service", }, { id: 2, title: "Roof Replacement", description: "Complete roof replacement with premium materials and expert installation. Financing available for qualifying homeowners.", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "New roof installation", }, { id: 3, title: "Leak Detection & Repair", description: "Expert water leak diagnosis and targeted repairs. Prevent costly damage with our comprehensive leak solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1", imageAlt: "Leak repair specialist", }, { id: 4, title: "Roof Inspection", description: "Thorough inspections identify potential issues before they become expensive problems. Insurance claim documentation available.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg?_wi=1", imageAlt: "Professional roof inspection", }, ]} @@ -221,37 +221,37 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", imageAlt: "Michael Chen", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { id: "4", name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=4", imageAlt: "David Kim", }, { id: "5", name: "Jessica Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=5", imageAlt: "Jessica Wilson", }, { id: "6", name: "Robert Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=6", imageAlt: "Robert Martinez", }, ]} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 7253e78..2e79e60 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -99,37 +99,37 @@ export default function ReviewsPage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=7", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=8", imageAlt: "Michael Chen", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=9", imageAlt: "Emily Rodriguez", }, { id: "4", name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=10", imageAlt: "David Kim", }, { id: "5", name: "Jessica Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=11", imageAlt: "Jessica Wilson", }, { id: "6", name: "Robert Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=12", imageAlt: "Robert Martinez", }, ]} diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index 7262e74..f2ef6c5 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -103,21 +103,21 @@ export default function ServiceAreasPage() { id: 1, title: "Meridian, ID", description: "Our hometown and primary service area. Same-day estimates and rapid emergency response for local families.", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Meridian roofing service", }, { id: 2, title: "Boise & Eagle", description: "Extended service to the greater Boise area, including Eagle and foothills regions. Full suite of roofing services available.", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=4", imageAlt: "Boise roofing coverage", }, { id: 3, title: "Nampa & Kuna", description: "Professional roofing support for west Meridian communities. Emergency service and scheduled repairs available.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "Nampa Kuna roofing", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 85fcb06..c493971 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -103,28 +103,28 @@ export default function ServicesPage() { id: 1, title: "Emergency Roof Repair", description: "Storm damage, leaks, or fallen branches? Our 24/7 team responds fast to prevent further damage. Temporary tarping available immediately.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "Emergency roof repair", }, { id: 2, title: "Full Roof Replacement", description: "Aging roof? We remove old materials, inspect structural integrity, and install premium new roofing with warranties. Financing available.", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Complete roof replacement", }, { id: 3, title: "Water Leak Solutions", description: "Persistent leaks tracked to source using advanced diagnostic tools. We repair the root cause and prevent future water damage.", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Leak detection and repair", }, { id: 4, title: "Professional Inspections", description: "Pre-sale, post-storm, or routine inspections with detailed documentation. Insurance claim support and damage assessment included.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-machete-house-with-magnifying-glass_23-2148269373.jpg?_wi=2", imageAlt: "Professional roof inspection", }, ]}