From 59b85db53dfd7d0a305fc92184ea8c6c35da2c41 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:03:48 +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 5f31583..da4f1da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,9 +109,9 @@ export default function LandingPage() { title="Roofing Packages" description="Choose the level of service that perfectly matches your home's needs." products={[ - { id: "p1", name: "Concierge Roof Package: Full-service project management with white-glove site protection and deep-cleaning cleanup.", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2" }, - { id: "p2", name: "Roof Inspection & Maintenance: Comprehensive diagnostic report, debris removal, and minor seal repairs.", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2" }, - { id: "p3", name: "Emergency Leak Repair: 24/7 rapid-response dispatch to mitigate water damage and stabilize your roof.", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2" } + { id: "p1", name: "Concierge Package | Full-Service Management", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/roof-tiles-new-modern-house_23-2148644558.jpg?_wi=2" }, + { id: "p2", name: "Roof Inspection | Maintenance & Care", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.jpg?_wi=2" }, + { id: "p3", name: "Emergency Repair | Rapid Response", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.jpg?_wi=2" } ]} /> -- 2.49.1