From 0c9745f464a4031b3d7bef6591b3d4635c60ee48 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:27:04 +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 42ae030..976a1d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagIcon={Shield} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/workers-placing-new-coating-asphalt-road_342744-601.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workers-placing-new-coating-asphalt-road_342744-601.jpg?_wi=1" imageAlt="Professional sealcoating application" imagePosition="right" buttons={[ @@ -88,15 +88,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Protection", title: "Sealcoating", subtitle: "Long-lasting asphalt protection", description: "Our premium sealcoating services protect your asphalt from UV rays, water damage, and oxidation. We use industry-leading materials and application techniques to ensure maximum durability and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg", imageAlt: "Sealcoating application", buttons: [{ text: "Learn More", href: "contact" }], + tag: "Protection", title: "Sealcoating", subtitle: "Long-lasting asphalt protection", description: "Our premium sealcoating services protect your asphalt from UV rays, water damage, and oxidation. We use industry-leading materials and application techniques to ensure maximum durability and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=1", imageAlt: "Sealcoating application", buttons: [{ text: "Learn More", href: "contact" }], }, { id: 2, - tag: "Installation", title: "Paving", subtitle: "New asphalt installation", description: "From residential driveways to commercial parking lots, we provide expert paving services. Our team handles site preparation, base work, and final paving with precision and professional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/workers-placing-new-coating-asphalt-road_342744-601.jpg", imageAlt: "Paving installation", buttons: [{ text: "Learn More", href: "contact" }], + tag: "Installation", title: "Paving", subtitle: "New asphalt installation", description: "From residential driveways to commercial parking lots, we provide expert paving services. Our team handles site preparation, base work, and final paving with precision and professional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/workers-placing-new-coating-asphalt-road_342744-601.jpg?_wi=2", imageAlt: "Paving installation", buttons: [{ text: "Learn More", href: "contact" }], }, { id: 3, - tag: "Restoration", title: "Asphalt Repair", subtitle: "Expert crack and pothole repairs", description: "Don't let damaged asphalt compromise your property's value. We offer comprehensive repair services including crack filling, pothole patching, and surface restoration to extend pavement life.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg", imageAlt: "Asphalt repair work", buttons: [{ text: "Learn More", href: "contact" }], + tag: "Restoration", title: "Asphalt Repair", subtitle: "Expert crack and pothole repairs", description: "Don't let damaged asphalt compromise your property's value. We offer comprehensive repair services including crack filling, pothole patching, and surface restoration to extend pavement life.", imageSrc: "http://img.b2bpic.net/free-photo/funny-kid-rain-boots-playing-rain-park_1157-37673.jpg?_wi=2", imageAlt: "Asphalt repair work", buttons: [{ text: "Learn More", href: "contact" }], }, ]} buttons={[{ text: "Get Your Free Estimate", href: "contact" }]} @@ -142,16 +142,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", role: "Property Owner", company: "Johnson Estate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "2", name: "Sarah Williams", role: "Business Manager", company: "Commerce Plaza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "3", name: "Robert Martinez", role: "Facilities Director", company: "Industrial Complex", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "4", name: "Jennifer Davis", role: "Homeowner", company: "Residential Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, ]} kpiItems={[ { value: "500+", label: "Projects Completed" }, -- 2.49.1