Update src/app/page.tsx

This commit is contained in:
2026-03-04 06:35:15 +00:00
parent a12154311c
commit 4862ffc774

View File

@@ -86,7 +86,7 @@ export default function HomePage() {
tagIcon={Star}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now 085 873 2792", href: "tel:0858732792" },
{ text: "Get Emergency Service Now", href: "tel:0858732792" },
{ text: "Request a Free Quote", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
@@ -221,4 +221,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}