From 39de4a869abe3770d13fdda1081edf7a6c8f4bf2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:49:08 +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 d8ce50a..6fc8957 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", imageAlt: "excavator heavy equipment demolition work" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes_23-2148254074.jpg", imageAlt: "safety demolition crew team professional" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-uniform_23-2148773435.jpg", imageAlt: "demolition project before after transformation" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=1", imageAlt: "excavator heavy equipment demolition work" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes_23-2148254074.jpg?_wi=1", imageAlt: "safety demolition crew team professional" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-uniform_23-2148773435.jpg?_wi=1", imageAlt: "demolition project before after transformation" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/shareholders-team-ensure-factory-follows-safety-procedures-before-investing_482257-119563.jpg", imageAlt: "demolition equipment truck commercial site" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-vector/flat-recycling-landing-page-template_52683-16036.jpg", imageAlt: "demolition final inspection site clearance" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-bulldozer-sand-quarry_1303-28100.jpg", imageAlt: "demolition project success completed" } @@ -97,13 +97,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Residential Demolition", description: "Complete house and building teardown services with careful material sorting and recycling programs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg", imageAlt: "Residential demolition project", button: { text: "Learn More", href: "contact" } + title: "Residential Demolition", description: "Complete house and building teardown services with careful material sorting and recycling programs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg?_wi=2", imageAlt: "Residential demolition project", button: { text: "Learn More", href: "contact" } }, { - title: "Commercial Demolition", description: "Large-scale commercial property demolition with minimal disruption to surrounding areas and communities.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes_23-2148254074.jpg", imageAlt: "Commercial building demolition", button: { text: "Learn More", href: "contact" } + title: "Commercial Demolition", description: "Large-scale commercial property demolition with minimal disruption to surrounding areas and communities.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes_23-2148254074.jpg?_wi=2", imageAlt: "Commercial building demolition", button: { text: "Learn More", href: "contact" } }, { - title: "Specialized Demolition", description: "Hazardous material removal, asbestos abatement, and controlled explosive demolition for complex structures.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-uniform_23-2148773435.jpg", imageAlt: "Specialized demolition work" + title: "Specialized Demolition", description: "Hazardous material removal, asbestos abatement, and controlled explosive demolition for complex structures.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-hard-hat-uniform_23-2148773435.jpg?_wi=2", imageAlt: "Specialized demolition work" } ]} /> -- 2.49.1