Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 14:55:37 +00:00
parent 3efeb154cb
commit a61bc544f1

View File

@@ -43,7 +43,7 @@ export default function GalleryPage() {
description="Browse our portfolio of successful plumbing projects throughout Hunt County. From emergency repairs to complete installations, see the quality and professionalism we bring to every job."
tag="Quality Workmanship"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg"
imageSrc="http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=2"
imageAlt="plumbing installation pipes modern"
buttons={[{ text: "Schedule a Consultation", href: "/contact" }]}
buttonAnimation="slide-up"
@@ -60,23 +60,23 @@ export default function GalleryPage() {
features={[
{
title: "Kitchen & Bath Renovations", description: "Complete plumbing systems for modern kitchen and bathroom upgrades.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", imageAlt: "Modern plumbing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Team plumber professional worker" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=2", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=3", imageAlt: "Modern plumbing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=3", imageAlt: "Team plumber professional worker" },
],
},
{
title: "Emergency Water Damage", description: "Swift response and professional repairs for water damage situations.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", imageAlt: "Modern plumbing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Team plumber professional worker" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=3", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=4", imageAlt: "Modern plumbing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=4", imageAlt: "Team plumber professional worker" },
],
},
{
title: "New Construction Rough-In", description: "Complete plumbing systems for new residential and commercial construction.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg", imageAlt: "Modern plumbing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Team plumber professional worker" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg?_wi=4", imageAlt: "Professional plumber at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-industrial-zone-background-concept_645730-802.jpg?_wi=5", imageAlt: "Modern plumbing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=5", imageAlt: "Team plumber professional worker" },
],
},
]}