Update src/app/gallery/page.tsx
This commit is contained in:
@@ -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"
|
||||
@@ -63,9 +63,9 @@ export default function GalleryPage() {
|
||||
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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -73,9 +73,9 @@ export default function GalleryPage() {
|
||||
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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -83,9 +83,9 @@ export default function GalleryPage() {
|
||||
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" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user