From 7190aa79cc163c2be034762a9b2e98cdd5dac295 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:35:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab30bc8..bce6d32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { id: 2, title: "Roof Repair", description: "Expert repairs for leaks, damaged shingles, and structural issues. Fast response times and guaranteed workmanship on all repairs.", imageSrc: - "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg"}, + "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg?_wi=1"}, { id: 3, title: "Roof Maintenance", description: @@ -147,7 +147,7 @@ export default function LandingPage() { id: 4, title: "Storm Damage", description: "Emergency response for storm-damaged roofs. We work with insurance companies to ensure you get the coverage you deserve.", imageSrc: - "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg"}, + "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg?_wi=2"}, ]} /> @@ -168,27 +168,27 @@ export default function LandingPage() { { id: "1", name: "Sarah Martinez", handle: "Homeowner", testimonial: "Exceptional service from start to finish. The team was professional, respectful, and completed our roof replacement on time and within budget. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Martinez"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Martinez"}, { id: "2", name: "James Wilson", handle: "Property Manager", testimonial: "Austin Roofing Pro has been maintaining our rental properties for 5 years. Their attention to detail and proactive maintenance saves us money year after year.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Wilson"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James Wilson"}, { id: "3", name: "Emily Chen", handle: "Business Owner", testimonial: "When our commercial roof developed a leak, they responded the same day. Professional, efficient, and their warranty gives us complete peace of mind.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Chen"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emily Chen"}, { id: "4", name: "Michael Rodriguez", handle: "Homeowner", testimonial: "Storm damaged our roof, and Austin Roofing Pro handled everything with our insurance company. Outstanding communication throughout the entire process.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Rodriguez"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Michael Rodriguez"}, { id: "5", name: "Lisa Thompson", handle: "Homeowner", testimonial: "Best investment we made in our home. The craftsmanship is evident in every detail, and the price was competitive. Will definitely use them again.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa Thompson"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Lisa Thompson"}, { id: "6", name: "David Park", handle: "Facility Manager", testimonial: "Professional, punctual, and thorough. They coordinated perfectly with our facility team and left no mess. Exceptional company to work with.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "David Park"}, ]} /> -- 2.49.1