Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-08 01:07:48 +00:00
5 changed files with 1382 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ export default function AboutPage() {
"No hidden fees. We provide clear estimates upfront so you know exactly what to expect before work begins.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=3"
imageAlt="Professional plumbing team"
mediaAnimation="opacity"
textboxLayout="default"

File diff suppressed because it is too large Load Diff

View File

@@ -202,7 +202,7 @@ export default function HomePage() {
description: "No hidden fees. We provide clear estimates upfront so you know exactly what to expect before work begins.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=1"
imageAlt="professional plumber team working together"
mediaAnimation="opacity"
textboxLayout="default"
@@ -218,32 +218,32 @@ export default function HomePage() {
{
id: "1",
name: "Michael Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=1",
},
{
id: "2",
name: "Sarah Williams",
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328310.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328310.jpg?_wi=1",
},
{
id: "3",
name: "Robert Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone_23-2148461401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone_23-2148461401.jpg?_wi=1",
},
{
id: "4",
name: "Jennifer Lee",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg?_wi=1",
},
{
id: "5",
name: "David Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg?_wi=1",
},
{
id: "6",
name: "Patricia Davis",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg?_wi=1",
},
]}
cardTitle="Thousands of satisfied customers across Nassau County trust Mako Plumbing for reliable, professional service"

View File

@@ -132,7 +132,7 @@ export default function ServicesPage() {
description: "Regular carbon monoxide detection and safety inspections ensure your heating system operates safely for your family.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=2"
imageAlt="professional plumber team working together"
mediaAnimation="opacity"
textboxLayout="default"

View File

@@ -46,42 +46,42 @@ export default function TestimonialsPage() {
id: "1",
name: "Michael Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
"http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg?_wi=2",
imageAlt: "Michael Johnson",
},
{
id: "2",
name: "Sarah Williams",
imageSrc:
"http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328310.jpg",
"http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328310.jpg?_wi=2",
imageAlt: "Sarah Williams",
},
{
id: "3",
name: "Robert Martinez",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-woman-talking-phone_23-2148461401.jpg",
"http://img.b2bpic.net/free-photo/smiley-woman-talking-phone_23-2148461401.jpg?_wi=2",
imageAlt: "Robert Martinez",
},
{
id: "4",
name: "Jennifer Lee",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg",
"http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg?_wi=2",
imageAlt: "Jennifer Lee",
},
{
id: "5",
name: "David Thompson",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg?_wi=2",
imageAlt: "David Thompson",
},
{
id: "6",
name: "Patricia Davis",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
"http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg?_wi=2",
imageAlt: "Patricia Davis",
},
]}