Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 14:51:37 +00:00
parent e41025271c
commit 06769c5cca

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." 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" tag="Quality Workmanship"
tagAnimation="slide-up" 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" imageAlt="plumbing installation pipes modern"
buttons={[{ text: "Schedule a Consultation", href: "/contact" }]} buttons={[{ text: "Schedule a Consultation", href: "/contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -63,9 +63,9 @@ export default function GalleryPage() {
description: "Complete plumbing systems for modern kitchen and bathroom upgrades.", description: "Complete plumbing systems for modern kitchen and bathroom upgrades.",
bentoComponent: "media-stack", bentoComponent: "media-stack",
items: [ 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/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", imageAlt: "Modern plumbing installation" }, { 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", imageAlt: "Team plumber professional worker" }, { 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" },
], ],
}, },
{ {
@@ -73,9 +73,9 @@ export default function GalleryPage() {
description: "Swift response and professional repairs for water damage situations.", description: "Swift response and professional repairs for water damage situations.",
bentoComponent: "media-stack", bentoComponent: "media-stack",
items: [ 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/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", imageAlt: "Modern plumbing installation" }, { 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", imageAlt: "Team plumber professional worker" }, { 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" },
], ],
}, },
{ {
@@ -83,9 +83,9 @@ export default function GalleryPage() {
description: "Complete plumbing systems for new residential and commercial construction.", description: "Complete plumbing systems for new residential and commercial construction.",
bentoComponent: "media-stack", bentoComponent: "media-stack",
items: [ 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/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", imageAlt: "Modern plumbing installation" }, { 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", imageAlt: "Team plumber professional worker" }, { 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" },
], ],
}, },
]} ]}