2 Commits

Author SHA1 Message Date
adc3807fe6 Update src/app/page.tsx 2026-05-06 12:21:48 +00:00
acf5e935b7 Merge version_1 into main
Merge version_1 into main
2026-05-06 12:20:29 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg", imageAlt: "leak detection plumbing service" } { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746295.jpg", imageAlt: "leak detection plumbing service" }
]} ]}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:0896026258" }, { text: "Call Now (Urgent Help)", href: "tel:0896026258" },
{ text: "Email Us", href: "mailto:eoinflynnplumbing@gmail.com" } { text: "Email Us", href: "mailto:eoinflynnplumbing@gmail.com" }
]} ]}
avatars={[ avatars={[
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }