diff --git a/src/app/page.tsx b/src/app/page.tsx index 00bea26..b6eb56c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,10 +78,10 @@ export default function LandingPage() { title: "Tree Removal", description: "Safe, efficient removal of any size tree. Professional equipment and techniques ensure minimal property damage.", icon: Trees, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-chopping-wood-with-axe_169016-3691.jpg", imageAlt: "Professional tree removal service" + imageSrc: "http://img.b2bpic.net/free-photo/man-chopping-wood-with-axe_169016-3691.jpg?_wi=1", imageAlt: "Professional tree removal service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-chopping-wood-with-axe_169016-3691.jpg", imageAlt: "Large tree removal equipment" + imageSrc: "http://img.b2bpic.net/free-photo/man-chopping-wood-with-axe_169016-3691.jpg?_wi=2", imageAlt: "Large tree removal equipment" } ] }, @@ -89,10 +89,10 @@ export default function LandingPage() { title: "Tree Trimming & Pruning", description: "Expert pruning to promote tree health, improve appearance, and reduce hazards.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg", imageAlt: "Professional tree trimming service" + imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg?_wi=1", imageAlt: "Professional tree trimming service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg", imageAlt: "Healthy tree pruning technique" + imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg?_wi=2", imageAlt: "Healthy tree pruning technique" } ] }, @@ -100,10 +100,10 @@ export default function LandingPage() { title: "Stump Grinding & Removal", description: "Complete stump removal with grinding equipment. Reclaim your yard space.", icon: Hammer, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22903.jpg", imageAlt: "Stump grinding service equipment" + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22903.jpg?_wi=1", imageAlt: "Stump grinding service equipment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22903.jpg", imageAlt: "Tree stump removal process" + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22903.jpg?_wi=2", imageAlt: "Tree stump removal process" } ] }, @@ -111,10 +111,10 @@ export default function LandingPage() { title: "Emergency Services", description: "24/7 response to storm damage, fallen trees, and dangerous situations. Fast, reliable emergency response.", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-tree-branches-rocks-covered-mosses-snow-larvik-norway_181624-17448.jpg", imageAlt: "Emergency tree service response" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-tree-branches-rocks-covered-mosses-snow-larvik-norway_181624-17448.jpg?_wi=1", imageAlt: "Emergency tree service response" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-tree-branches-rocks-covered-mosses-snow-larvik-norway_181624-17448.jpg", imageAlt: "Storm damage cleanup" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-tree-branches-rocks-covered-mosses-snow-larvik-norway_181624-17448.jpg?_wi=2", imageAlt: "Storm damage cleanup" } ] }, @@ -122,10 +122,10 @@ export default function LandingPage() { title: "Hazardous Tree Removal", description: "Expert identification and removal of dangerous trees near structures, power lines, or in unstable conditions.", icon: AlertTriangle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/detailed-view-weathered-tree-bark-with-peeling-layers_632498-60866.jpg", imageAlt: "Hazardous tree removal" + imageSrc: "http://img.b2bpic.net/free-photo/detailed-view-weathered-tree-bark-with-peeling-layers_632498-60866.jpg?_wi=1", imageAlt: "Hazardous tree removal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/detailed-view-weathered-tree-bark-with-peeling-layers_632498-60866.jpg", imageAlt: "Dangerous tree assessment" + imageSrc: "http://img.b2bpic.net/free-photo/detailed-view-weathered-tree-bark-with-peeling-layers_632498-60866.jpg?_wi=2", imageAlt: "Dangerous tree assessment" } ] }, @@ -133,10 +133,10 @@ export default function LandingPage() { title: "Tree Health Assessment", description: "Professional evaluation of tree health, disease detection, and preventative care recommendations.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg", imageAlt: "Tree health assessment" + imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg?_wi=3", imageAlt: "Tree health assessment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg", imageAlt: "Professional tree inspection" + imageSrc: "http://img.b2bpic.net/free-photo/branches-tree-sunny-day_23-2147829125.jpg?_wi=4", imageAlt: "Professional tree inspection" } ] }