From 90c453f000979942bb224ad05bc32a21a1491012 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 23:03:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdb8cad..788ca6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { features={[ { id: "driveways", title: "Driveway Installation", description: "High-quality residential driveways engineered for durability and aesthetic appeal.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307728.jpg", imageAlt: "Premium residential driveway installation" + imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307728.jpg?_wi=1", imageAlt: "Premium residential driveway installation" }, items: [ { icon: CheckCircle, text: "Expert installation" }, @@ -98,7 +98,7 @@ export default function LandingPage() { }, { id: "parking", title: "Parking Lot Paving", description: "Commercial-grade asphalt paving with precision striping and markings.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37001.jpg", imageAlt: "Commercial parking lot asphalt paving" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37001.jpg?_wi=1", imageAlt: "Commercial parking lot asphalt paving" }, items: [ { icon: CheckCircle, text: "Large-scale projects" }, @@ -109,7 +109,7 @@ export default function LandingPage() { }, { id: "sealcoating", title: "Sealcoating & Maintenance", description: "Protective coatings to extend asphalt life and maintain pristine appearance.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001250.jpg", imageAlt: "Professional asphalt sealcoating" + imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001250.jpg?_wi=1", imageAlt: "Professional asphalt sealcoating" }, items: [ { icon: CheckCircle, text: "Protective coating" }, @@ -151,15 +151,15 @@ export default function LandingPage() { products={[ { id: "project-luxury-driveway", brand: "Residential", name: "Luxury Driveway Installation", price: "Completed", rating: 5, - reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307728.jpg", imageAlt: "Luxury residential driveway installation" + reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307728.jpg?_wi=2", imageAlt: "Luxury residential driveway installation" }, { id: "project-commercial-parking", brand: "Commercial", name: "Large Parking Lot Paving", price: "Completed", rating: 5, - reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37001.jpg", imageAlt: "Commercial parking lot paving project" + reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-reflective-vest-beside-brokendown-car-roadside_123827-37001.jpg?_wi=2", imageAlt: "Commercial parking lot paving project" }, { id: "project-sealcoat", brand: "Maintenance", name: "Professional Sealcoating", price: "Completed", rating: 5, - reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001250.jpg", imageAlt: "Professional sealcoating protection" + reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001250.jpg?_wi=2", imageAlt: "Professional sealcoating protection" } ]} ariaLabel="Faulttech completed projects gallery"