Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-06 06:19:14 +00:00
5 changed files with 11 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ export default function ContactPage() {
author: "24/7 Available",
description: "Call us anytime for emergency plumbing issues, quick questions, or to schedule a service appointment. We respond quickly to all calls.",
tags: ["Emergency", "24/7"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "Customer service representative",
},
{
@@ -100,7 +100,7 @@ export default function ContactPage() {
author: "Hunt County",
description: "We serve all of Hunt County with professional plumbing service. Our team is locally based and familiar with the area's specific needs.",
tags: ["Local", "Trusted"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2",
imageAlt: "Local service area map",
},
]}

View File

@@ -76,7 +76,7 @@ export default function GalleryPage() {
author: "Quick Response",
description: "Successfully diagnosed and repaired a burst main water line in under 2 hours, minimizing damage and disruption to the family.",
tags: ["Emergency", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=3",
imageAlt: "Emergency plumbing repair completed",
},
{
@@ -85,7 +85,7 @@ export default function GalleryPage() {
author: "Code Compliant",
description: "Complete gas line installation for a new residential construction project, all inspections passed on first review. Certified and fully insured.",
tags: ["Installation", "New Build"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-lawyer-holding-contract_23-2148230817.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-lawyer-holding-contract_23-2148230817.jpg?_wi=3",
imageAlt: "Gas line installation project",
},
]}

View File

@@ -82,7 +82,7 @@ export default function HomePage() {
handle: "Homeowner",
testimonial: "Outstanding service! They arrived on time and fixed the issue quickly. Fair pricing, no surprises.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
imageAlt: "John Martinez - Happy Customer",
},
{
@@ -90,7 +90,7 @@ export default function HomePage() {
handle: "Property Manager",
testimonial: "Best plumbers in Hunt County. Reliable, honest, and professional. We use them for all our properties.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1",
imageAlt: "Sarah Johnson - Property Manager",
},
{
@@ -141,7 +141,7 @@ export default function HomePage() {
author: "Safety First",
description: "Full licensing and comprehensive insurance coverage protects your home and investment.",
tags: ["Professional", "Certified"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-lawyer-holding-contract_23-2148230817.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-lawyer-holding-contract_23-2148230817.jpg?_wi=1",
imageAlt: "Licensed and insured certification",
},
{
@@ -150,7 +150,7 @@ export default function HomePage() {
author: "24/7 Support",
description: "Burst pipes, gas leaks, or backed-up drains? We're here 24/7 for emergencies.",
tags: ["Quick Response", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
imageAlt: "Emergency plumbing repair in progress",
},
]}

View File

@@ -71,7 +71,7 @@ export default function ReviewsPage() {
description="John Martinez"
subdescription="Homeowner, Hunt County"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3"
imageAlt="John Martinez customer review"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -76,7 +76,7 @@ export default function ServicesPage() {
author: "Expert Diagnosis",
description: "Leaky faucets, burst pipes, clogged drains - we diagnose and fix plumbing issues quickly and efficiently. Regular maintenance prevents costly repairs.",
tags: ["Fast Service", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2",
imageAlt: "Professional plumbing repair work",
},
{
@@ -85,7 +85,7 @@ export default function ServicesPage() {
author: "Code Compliant",
description: "Safe, certified gas line installation, repair, and inspection. All work meets local codes and safety standards for your peace of mind.",
tags: ["Certified", "Safety First"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-lawyer-holding-contract_23-2148230817.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-lawyer-holding-contract_23-2148230817.jpg?_wi=2",
imageAlt: "Gas line safety certification",
},
]}