Merge version_1 into main #6

Merged
bender merged 4 commits from version_1 into main 2026-02-27 21:37:20 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ export default function CommercialPage() {
{ text: "Request Quote", href: "/contact" },
{ text: "View Projects", href: "/gallery" }
]}
imageSrc="http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg"
imageSrc="http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=2"
imageAlt="Commercial building roofing project"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -94,7 +94,7 @@ export default function HomePage() {
author: "Full Coverage Solutions",
description: "Complete roof replacement with premium materials. New shingles, underlayment, and structural inspection. Warranty-backed workmanship.",
tags: ["Residential", "Commercial", "Warranty"],
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=1",
imageAlt: "Professional roof replacement project"
},
{
@@ -103,7 +103,7 @@ export default function HomePage() {
author: "Fast Response Team",
description: "Quick repairs for leaks, damaged shingles, flashing, and ventilation. Emergency storm damage repairs available 24/7.",
tags: ["Emergency", "Fast Service", "Affordable"],
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530689.jpg?_wi=1",
imageAlt: "Roof repair and maintenance service"
},
{
@@ -121,7 +121,7 @@ export default function HomePage() {
author: "Enterprise Solutions",
description: "Large-scale roofing for commercial properties, warehouses, and industrial buildings. Minimal disruption to operations.",
tags: ["Commercial", "Industrial", "Enterprise"],
imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=1",
imageAlt: "Commercial building roofing project"
}
]}
@@ -143,7 +143,7 @@ export default function HomePage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
},
{
id: "2",
@@ -153,7 +153,7 @@ export default function HomePage() {
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"
},
{
id: "4",

View File

@@ -85,7 +85,7 @@ export default function ResidentialPage() {
author: "Premium Materials",
description: "High-quality architectural shingles designed for extreme weather. Multiple color options and styles to match your home's aesthetic.",
tags: ["Popular Choice", "Weather Resistant", "Affordable"],
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=2",
imageAlt: "Asphalt shingle roof installation"
},
{
@@ -94,7 +94,7 @@ export default function ResidentialPage() {
author: "Expert Diagnosis",
description: "Advanced leak detection techniques to identify problem areas. Fast, reliable repairs to prevent water damage and structural issues.",
tags: ["Fast Response", "Expert Service", "Prevention"],
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530689.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530689.jpg?_wi=2",
imageAlt: "Professional leak repair service"
},
{

View File

@@ -71,7 +71,7 @@ export default function StormDamagePage() {
buttons={[
{ text: "Book Storm Inspection", href: "/contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-businessman-standing-front-table-writing-diary-with-pen_23-2148087135.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-businessman-standing-front-table-writing-diary-with-pen_23-2148087135.jpg?_wi=1"
imageAlt="Storm damage inspection and assessment"
imagePosition="right"
mediaAnimation="slide-up"
@@ -108,7 +108,7 @@ export default function StormDamagePage() {
author: "Claims Assistance",
description: "Complete insurance claim support including photo documentation, damage reports, and direct communication with insurance adjusters.",
tags: ["Insurance", "Documentation", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-standing-front-table-writing-diary-with-pen_23-2148087135.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-standing-front-table-writing-diary-with-pen_23-2148087135.jpg?_wi=2",
imageAlt: "Insurance claim documentation"
}
]}