diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c414f90..af2c2e2 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -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" }, ], }, ]}