From 24671048938879aff66b5caf29870c2974724792 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e08198d..88ec9c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Professional roofing installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Completed roofing project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Residential roof replacement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "Professional concrete services" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Expert roof repair work" } + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1", imageAlt: "Professional roofing installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Completed roofing project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "Residential roof replacement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg?_wi=1", imageAlt: "Professional concrete services" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1", imageAlt: "Expert roof repair work" } ]} className="w-full" containerClassName="max-w-full" @@ -76,29 +76,29 @@ export default function LandingPage() { { title: "Roof Installation", description: "Expert installation of premium roofing materials with precision and attention to detail.", icon: Hammer, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Professional roof installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Quality roofing work" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Professional roof installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2", imageAlt: "Quality roofing work" } ] }, { title: "Concrete Services", description: "High-quality concrete driveways, patios, and foundations built to last decades.", icon: Home, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "Professional concrete work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Concrete installation" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg?_wi=2", imageAlt: "Professional concrete work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Concrete installation" } ] }, { title: "Roof Repair & Maintenance", description: "Reliable repair services and preventative maintenance to extend your roof's lifespan.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roof repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Maintenance services" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=3", imageAlt: "Professional roof repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=2", imageAlt: "Maintenance services" } ] }, { title: "Emergency Services", description: "24/7 emergency response for storm damage, leaks, and urgent roofing issues.", icon: AlertCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Emergency repair work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Storm damage repair" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Emergency repair work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=4", imageAlt: "Storm damage repair" } ] } ]} -- 2.49.1