Merge version_1 into main #7

Merged
bender merged 3 commits from version_1 into main 2026-03-08 20:09:25 +00:00
3 changed files with 23 additions and 23 deletions

View File

@@ -57,7 +57,7 @@ export default function PlumbingPage() {
tag="4.8★ Rating"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137740.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137740.jpg?_wi=1"
imageAlt="Professional plumber at work"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
@@ -66,21 +66,21 @@ export default function PlumbingPage() {
name: "Sarah Thompson", handle: "Homeowner", testimonial:
"Jermaine arrived within 90 minutes and resolved our urgent plumbing issue perfectly.", rating: 5,
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=1"},
{
name: "Mike Johnson", handle: "Property Manager", testimonial:
"Ben quickly fixed our plugged basement bathroom the same day we called.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg"},
"http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=1"},
{
name: "Lisa Chen", handle: "Homeowner", testimonial: "Transparent pricing and excellent workmanship. Highly recommend!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg"},
"http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg?_wi=1"},
{
name: "Robert Davis", handle: "Regular Client", testimonial:
"Available 24/7 and always professional. The best plumber in Milton.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
"http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1"},
]}
buttons={[
{
@@ -171,19 +171,19 @@ export default function PlumbingPage() {
{
id: "1", name: "Sarah Thompson", role: "Homeowner", company: "Milton", rating: 5,
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"},
{
id: "2", name: "Mike Johnson", role: "Property Manager", company: "Oakville", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg"},
"http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=2"},
{
id: "3", name: "Lisa Chen", role: "Homeowner", company: "Burlington", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg"},
"http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg?_wi=2"},
{
id: "4", name: "Robert Davis", role: "Business Owner", company: "Mississauga", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
"http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2"},
]}
kpiItems={[
{

View File

@@ -47,23 +47,23 @@ export default function PlumbingReviewsPage() {
tag="4.8★ Rating"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137740.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137740.jpg?_wi=3"
imageAlt="professional plumber at work"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
testimonials={[
{
name: "Sarah Thompson", handle: "Homeowner", testimonial: "Jermaine arrived within 90 minutes and resolved our urgent plumbing issue perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", imageAlt: "satisfied customer testimonial portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg?_wi=4", imageAlt: "satisfied customer testimonial portrait"},
{
name: "Mike Johnson", handle: "Property Manager", testimonial: "Ben quickly fixed our plugged basement bathroom the same day we called.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg", imageAlt: "happy customer portrait headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=4", imageAlt: "happy customer portrait headshot"},
{
name: "Lisa Chen", handle: "Homeowner", testimonial: "Transparent pricing and excellent workmanship. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg", imageAlt: "customer satisfaction portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg?_wi=4", imageAlt: "customer satisfaction portrait"},
{
name: "Robert Davis", handle: "Regular Client", testimonial: "Available 24/7 and always professional. The best plumber in Milton.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "homeowner portrait satisfied"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=4", imageAlt: "homeowner portrait satisfied"},
]}
buttons={[
{
@@ -86,16 +86,16 @@ export default function PlumbingReviewsPage() {
testimonials={[
{
id: "1", name: "Sarah Thompson", role: "Homeowner", company: "Milton", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", imageAlt: "satisfied customer testimonial portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg?_wi=5", imageAlt: "satisfied customer testimonial portrait"},
{
id: "2", name: "Mike Johnson", role: "Property Manager", company: "Oakville", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg", imageAlt: "happy customer portrait headshot"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=5", imageAlt: "happy customer portrait headshot"},
{
id: "3", name: "Lisa Chen", role: "Homeowner", company: "Burlington", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg", imageAlt: "customer satisfaction portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg?_wi=5", imageAlt: "customer satisfaction portrait"},
{
id: "4", name: "Robert Davis", role: "Business Owner", company: "Mississauga", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "homeowner portrait satisfied"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=5", imageAlt: "homeowner portrait satisfied"},
]}
kpiItems={[
{

View File

@@ -45,23 +45,23 @@ export default function PlumbingServicesPage() {
tag="4.8★ Rating"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137740.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137740.jpg?_wi=2"
imageAlt="Professional plumber at work"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
testimonials={[
{
name: "Sarah Thompson", handle: "Homeowner", testimonial: "Jermaine arrived within 90 minutes and resolved our urgent plumbing issue perfectly.", rating: 5,
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=3"},
{
name: "Mike Johnson", handle: "Property Manager", testimonial: "Ben quickly fixed our plugged basement bathroom the same day we called.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-pretty-business-woman-showing-thumb-up_1262-4720.jpg?_wi=3"},
{
name: "Lisa Chen", handle: "Homeowner", testimonial: "Transparent pricing and excellent workmanship. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg?_wi=3"},
{
name: "Robert Davis", handle: "Regular Client", testimonial: "Available 24/7 and always professional. The best plumber in Milton.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3"},
]}
buttons={[
{ text: "Request Service", href: "#plumbing-contact" },