From d221b1f75cc137c39b85ffd7381bbd4880d894be Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:17:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d26887..be4f562 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", imageAlt: "Full roof replacement project" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", 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?_wi=2", imageAlt: "Roof repair and leak detection" + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", 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?_wi=2", 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", imageAlt: "Custom copper flashing installation" } ]} /> @@ -137,7 +137,7 @@ export default function LandingPage() { description="Our proven four-step process ensures clarity, quality, and your complete satisfaction at every stage." textboxLayout="default" useInvertedBackground={false} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ { id: "1", value: "Step 1", description: "Personal Consultation & Assessment" }, -- 2.49.1