From cf5d03c109170ff5c2a9b2984eb5a9e5551e6c24 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:23:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aefdfcf..682ec0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1" imageAlt="Professional roof installation with quality materials" imagePosition="right" buttons={[ @@ -114,11 +114,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials and expert craftsmanship to ensure durability and protection for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roof installation" + title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials and expert craftsmanship to ensure durability and protection for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Professional roof installation" }, { id: 2, - title: "Roof Repair & Maintenance", description: "Fast and reliable repair services for damaged roofs, plus regular maintenance to extend the life of your roofing system and prevent costly future issues.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Roof repair and maintenance services" + title: "Roof Repair & Maintenance", description: "Fast and reliable repair services for damaged roofs, plus regular maintenance to extend the life of your roofing system and prevent costly future issues.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=3", imageAlt: "Roof repair and maintenance services" }, { id: 3, -- 2.49.1