From fb684e88652432775eb1f3818130c7b78db3386d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:18:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be4f562..86866ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { description="In an industry where cutting corners is common, Papa & Sons Contracting stands apart by prioritizing structural integrity, detailed workmanship, and honest communication. Every roof is treated as if it were protecting our own family." features={[ { - title: "Transparent, Fair Pricing", description: "Detailed, straightforward estimates with no hidden fees. Our competitive pricing never compromises quality.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Transparent pricing consultation", buttonIcon: CheckCircle, + title: "Transparent, Fair Pricing", description: "Detailed, straightforward estimates with no hidden fees. Our competitive pricing never compromises quality.", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=1", imageAlt: "Transparent pricing consultation", buttonIcon: CheckCircle, buttonHref: "#contact" }, { - title: "Detail-Oriented Craftsmanship", description: "From full plywood inspections to reinforced flashing, our work exceeds surface-level installation. Precision is standard.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Detail-oriented roof craftsmanship", buttonIcon: CheckCircle, + title: "Detail-Oriented Craftsmanship", description: "From full plywood inspections to reinforced flashing, our work exceeds surface-level installation. Precision is standard.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1", imageAlt: "Detail-oriented roof craftsmanship", buttonIcon: CheckCircle, buttonHref: "#contact" }, { @@ -80,7 +80,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Clean & Respectful Execution", description: "Your property left spotless. Materials handled responsibly. Landscaping protected. Professionalism extends beyond the roof.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Clean job site after roofing completion", buttonIcon: CheckCircle, + title: "Clean & Respectful Execution", description: "Your property left spotless. Materials handled responsibly. Landscaping protected. Professionalism extends beyond the roof.", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Clean job site after roofing completion", buttonIcon: CheckCircle, buttonHref: "#contact" } ]} @@ -117,15 +117,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Papa & Sons", name: "Full Roof Replacement", price: "Professional Grade", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Full roof replacement project" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=2", imageAlt: "Full roof replacement project" }, { id: "2", brand: "Papa & Sons", name: "Roof Repairs & Leak Detection", price: "Targeted Solutions", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof repair and leak detection" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Roof repair and leak detection" }, { id: "3", brand: "Papa & Sons", name: "Custom Flashing & Copper Work", price: "Premium Details", rating: 5, - reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Custom copper flashing installation" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=2", imageAlt: "Custom copper flashing installation" } ]} /> -- 2.49.1