2 Commits

Author SHA1 Message Date
d24f33f974 Update src/app/page.tsx 2026-04-08 16:58:06 +00:00
d7aa0c2595 Merge version_3 into main
Merge version_3 into main
2026-04-08 16:57:03 +00:00

View File

@@ -110,8 +110,8 @@ export default function LandingPage() {
description="Choose the level of service that perfectly matches your home's needs." description="Choose the level of service that perfectly matches your home's needs."
products={[ 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: "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", price: "From $299", imageSrc: "http://img.b2bpic.net/free-photo/worker-roof-installing-tiles_23-2148644555.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", price: "From $450", imageSrc: "http://img.b2bpic.net/free-photo/builder-checking-roof-details_23-2148644560.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" }
]} ]}
/> />
</div> </div>