Merge version_1 into main #1

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

View File

@@ -61,7 +61,7 @@ export default function ContactPage() {
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=3"
imageAlt="Professional plumber ready to assist" imageAlt="Professional plumber ready to assist"
ariaLabel="Contact form" ariaLabel="Contact form"
onSubmit={(data) => { onSubmit={(data) => {

View File

@@ -53,11 +53,11 @@ export default function GalleryPage() {
title: "Bathroom Renovation", title: "Bathroom Renovation",
description: "Complete bathroom plumbing upgrade including new fixtures, drain systems, and water lines for modern comfort.", description: "Complete bathroom plumbing upgrade including new fixtures, drain systems, and water lines for modern comfort.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=1",
imageAlt: "Before bathroom renovation", imageAlt: "Before bathroom renovation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=2",
imageAlt: "After bathroom renovation", imageAlt: "After bathroom renovation",
}, },
}, },
@@ -66,11 +66,11 @@ export default function GalleryPage() {
title: "Kitchen Sink Installation", title: "Kitchen Sink Installation",
description: "Professional kitchen sink and faucet installation with seamless drain connections and modern fixtures.", description: "Professional kitchen sink and faucet installation with seamless drain connections and modern fixtures.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg?_wi=1",
imageAlt: "Kitchen sink before", imageAlt: "Kitchen sink before",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg?_wi=2",
imageAlt: "Kitchen sink after", imageAlt: "Kitchen sink after",
}, },
}, },
@@ -79,11 +79,11 @@ export default function GalleryPage() {
title: "Gas Line Installation", title: "Gas Line Installation",
description: "Safe and code-compliant gas line installation for home heating and appliance systems with full certification.", description: "Safe and code-compliant gas line installation for home heating and appliance systems with full certification.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=1",
imageAlt: "Gas line project start", imageAlt: "Gas line project start",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=2",
imageAlt: "Gas line project complete", imageAlt: "Gas line project complete",
}, },
}, },

View File

@@ -53,7 +53,7 @@ export default function HomePage() {
{ text: "Request a Free Estimate", href: "/contact" }, { text: "Request a Free Estimate", href: "/contact" },
]} ]}
background={{ variant: "circleGradient" }} background={{ variant: "circleGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=1"
imageAlt="Professional plumber at work" imageAlt="Professional plumber at work"
frameStyle="card" frameStyle="card"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -91,11 +91,11 @@ export default function HomePage() {
title: "Plumbing Repairs", title: "Plumbing Repairs",
description: "Fast, reliable leak repairs and pipe replacements to keep your home running smoothly", description: "Fast, reliable leak repairs and pipe replacements to keep your home running smoothly",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=1",
imageAlt: "Plumbing repair work", imageAlt: "Plumbing repair work",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=2",
imageAlt: "Plumbing repair work", imageAlt: "Plumbing repair work",
}, },
}, },
@@ -104,11 +104,11 @@ export default function HomePage() {
title: "Gas Line Installation", title: "Gas Line Installation",
description: "Safe, code-compliant gas line installation for pool heaters and home systems", description: "Safe, code-compliant gas line installation for pool heaters and home systems",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=1",
imageAlt: "Gas line installation", imageAlt: "Gas line installation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=2",
imageAlt: "Gas line installation", imageAlt: "Gas line installation",
}, },
}, },
@@ -117,11 +117,11 @@ export default function HomePage() {
title: "Rental Property Plumbing", title: "Rental Property Plumbing",
description: "Professional maintenance and repairs for landlords managing rental properties", description: "Professional maintenance and repairs for landlords managing rental properties",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1",
imageAlt: "Rental property plumbing", imageAlt: "Rental property plumbing",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2",
imageAlt: "Rental property plumbing", imageAlt: "Rental property plumbing",
}, },
}, },
@@ -130,11 +130,11 @@ export default function HomePage() {
title: "Water Line Services", title: "Water Line Services",
description: "Expert water line installation and repair to ensure reliable water supply", description: "Expert water line installation and repair to ensure reliable water supply",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=1",
imageAlt: "Water line installation", imageAlt: "Water line installation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2",
imageAlt: "Water line installation", imageAlt: "Water line installation",
}, },
}, },
@@ -162,7 +162,7 @@ export default function HomePage() {
role: "Property Owner", role: "Property Owner",
company: "Hunt County", company: "Hunt County",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Jacob M. testimonial", imageAlt: "Jacob M. testimonial",
}, },
{ {
@@ -171,7 +171,7 @@ export default function HomePage() {
role: "Homeowner", role: "Homeowner",
company: "Local Resident", company: "Local Resident",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1",
imageAlt: "Sarah K. testimonial", imageAlt: "Sarah K. testimonial",
}, },
{ {
@@ -180,7 +180,7 @@ export default function HomePage() {
role: "Landlord", role: "Landlord",
company: "Property Manager", company: "Property Manager",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Michael T. testimonial", imageAlt: "Michael T. testimonial",
}, },
{ {
@@ -189,7 +189,7 @@ export default function HomePage() {
role: "Homeowner", role: "Homeowner",
company: "Local Customer", company: "Local Customer",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Emily R. testimonial", imageAlt: "Emily R. testimonial",
}, },
]} ]}
@@ -244,7 +244,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=2"
imageAlt="Professional plumber ready to help" imageAlt="Professional plumber ready to help"
ariaLabel="Contact and estimate request form" ariaLabel="Contact and estimate request form"
onSubmit={(data) => { onSubmit={(data) => {

View File

@@ -54,7 +54,7 @@ export default function ReviewsPage() {
role: "Property Owner", role: "Property Owner",
company: "Hunt County", company: "Hunt County",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Jacob M.", imageAlt: "Jacob M.",
}, },
{ {
@@ -63,7 +63,7 @@ export default function ReviewsPage() {
role: "Homeowner", role: "Homeowner",
company: "Local Resident", company: "Local Resident",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2",
imageAlt: "Sarah K.", imageAlt: "Sarah K.",
}, },
{ {
@@ -72,7 +72,7 @@ export default function ReviewsPage() {
role: "Landlord", role: "Landlord",
company: "Property Manager", company: "Property Manager",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Michael T.", imageAlt: "Michael T.",
}, },
{ {
@@ -81,7 +81,7 @@ export default function ReviewsPage() {
role: "Homeowner", role: "Homeowner",
company: "Local Customer", company: "Local Customer",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Emily R.", imageAlt: "Emily R.",
}, },
]} ]}
@@ -134,7 +134,7 @@ export default function ReviewsPage() {
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
imageAlt="Happy customer" imageAlt="Happy customer"
ariaLabel="Review submission form" ariaLabel="Review submission form"
onSubmit={(data) => { onSubmit={(data) => {

View File

@@ -53,11 +53,11 @@ export default function ServicesPage() {
title: "Emergency Repairs", title: "Emergency Repairs",
description: "24/7 emergency plumbing repair service. Burst pipes, leaks, and clogs handled quickly and professionally. Same-day service available.", description: "24/7 emergency plumbing repair service. Burst pipes, leaks, and clogs handled quickly and professionally. Same-day service available.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=3",
imageAlt: "Emergency plumbing repair", imageAlt: "Emergency plumbing repair",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=4",
imageAlt: "Emergency plumbing repair", imageAlt: "Emergency plumbing repair",
}, },
}, },
@@ -66,11 +66,11 @@ export default function ServicesPage() {
title: "Gas Line Services", title: "Gas Line Services",
description: "Safe and code-compliant gas line installation for appliances, heating systems, and pool heaters. Full inspection and certification.", description: "Safe and code-compliant gas line installation for appliances, heating systems, and pool heaters. Full inspection and certification.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=3",
imageAlt: "Gas line installation", imageAlt: "Gas line installation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=4",
imageAlt: "Gas line installation", imageAlt: "Gas line installation",
}, },
}, },
@@ -79,11 +79,11 @@ export default function ServicesPage() {
title: "Water Line Installation & Repair", title: "Water Line Installation & Repair",
description: "New water line installation and repair service. We handle underground lines, connections, and upgrades with precision.", description: "New water line installation and repair service. We handle underground lines, connections, and upgrades with precision.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3",
imageAlt: "Water line service", imageAlt: "Water line service",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=4",
imageAlt: "Water line service", imageAlt: "Water line service",
}, },
}, },
@@ -92,11 +92,11 @@ export default function ServicesPage() {
title: "Fixture Installation", title: "Fixture Installation",
description: "Professional installation of sinks, faucets, and bathroom fixtures. We ensure proper connections and aesthetic finish.", description: "Professional installation of sinks, faucets, and bathroom fixtures. We ensure proper connections and aesthetic finish.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1",
imageAlt: "Fixture installation", imageAlt: "Fixture installation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=2",
imageAlt: "Fixture installation", imageAlt: "Fixture installation",
}, },
}, },
@@ -149,7 +149,7 @@ export default function ServicesPage() {
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3"
imageAlt="Professional plumber consulting with customer" imageAlt="Professional plumber consulting with customer"
ariaLabel="Service request form" ariaLabel="Service request form"
onSubmit={(data) => { onSubmit={(data) => {