From 2b11a66b02cafe5797a4f3b85690f7f558ee385f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 23:03:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 788ca6f..ce3a7f8 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?_wi=1", imageAlt: "Premium residential driveway installation" + imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307728.jpg", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Professional asphalt sealcoating" + imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001250.jpg", 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?_wi=2", imageAlt: "Luxury residential driveway installation" + reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-used-construction-industry-engineering_23-2151307728.jpg", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Professional sealcoating protection" + reviewCount: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001250.jpg", imageAlt: "Professional sealcoating protection" } ]} ariaLabel="Faulttech completed projects gallery" @@ -178,16 +178,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "projects-completed", value: "500+", title: "Projects Completed", description: "Successfully finished installations and repairs" + id: "projects-completed", value: "500+", title: "Projects Completed", description: "Successfully finished installations and repairs", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88533.jpg", imageAlt: "Projects completed metric icon" }, { - id: "years-experience", value: "20+", title: "Years Experience", description: "Decades of expertise in asphalt contracting" + id: "years-experience", value: "20+", title: "Years Experience", description: "Decades of expertise in asphalt contracting", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88533.jpg", imageAlt: "Years experience metric icon" }, { - id: "client-satisfaction", value: "98%", title: "Client Satisfaction", description: "Premium service rated by our clients" + id: "client-satisfaction", value: "98%", title: "Client Satisfaction", description: "Premium service rated by our clients", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88533.jpg", imageAlt: "Client satisfaction metric icon" }, { - id: "square-feet", value: "10M+", title: "Square Feet Paved", description: "Total asphalt surface installed" + id: "square-feet", value: "10M+", title: "Square Feet Paved", description: "Total asphalt surface installed", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88533.jpg", imageAlt: "Square feet paved metric icon" } ]} ariaLabel="Faulttech metrics and achievements"