From 28057a6d079b62edd664f9449be8a2709a70f605 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 01:30:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6f06c6..bc27ede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { { id: "f1", title: "Master Craftsmanship", author: "Pro Craft Standards", description: "Every installation completed with meticulous precision and attention to detail for lasting durability.", tags: [ "Premium", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg", imageAlt: "Expert roofer inspecting tiles"}, + imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg?_wi=1", imageAlt: "Expert roofer inspecting tiles"}, { id: "f2", title: "Premium Materials", author: "Top-Tier Products", description: "We use only top-tier roofing products built to withstand Southern California's climate and harsh sun.", tags: [ "Durable", "Reliable"], - imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg", imageAlt: "New roof installation materials"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg?_wi=1", imageAlt: "New roof installation materials"}, { id: "f3", title: "Transparent Process", author: "Honest Work", description: "Clear communication from first call to final inspection — no surprises, no hidden costs.", tags: [ "Clear", "Direct"], - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg", imageAlt: "Process documentation and consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg?_wi=1", imageAlt: "Process documentation and consultation"}, ]} title="Why Pro Craft?" description="We deliver superior results through meticulous attention to detail and unwavering commitment to quality." @@ -93,17 +93,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Residential Roofing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg"}, + id: "p1", name: "Residential Roofing", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg?_wi=2"}, { - id: "p2", name: "Roof Repairs", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg"}, + id: "p2", name: "Roof Repairs", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg?_wi=2"}, { - id: "p3", name: "Roof Maintenance", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg"}, + id: "p3", name: "Roof Maintenance", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg?_wi=2"}, { - id: "p4", name: "Tile Roof Specialists", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg"}, + id: "p4", name: "Tile Roof Specialists", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg?_wi=3"}, { - id: "p5", name: "New Installations", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg"}, + id: "p5", name: "New Installations", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg?_wi=3"}, { - id: "p6", name: "Flat Roof Systems", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg"}, + id: "p6", name: "Flat Roof Systems", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg?_wi=3"}, ]} title="Expert Roofing Services" description="Comprehensive solutions tailored to the needs of every Southern California property." -- 2.49.1