diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a973b9b..a666dab 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -49,10 +49,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 22d7894..03ef107 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -42,9 +42,9 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in touch"
title="Need a Plumber You Can Trust?"
- description="Call us today or request a call back through our form."
+ description="Call us today at 04177 551 408 or request a call back through our form. Visit us at 2 Hudson CT, Ashburton VIC 3147."
buttons={[
- { text: "Call Now", href: "tel:+1234567890" },
+ { text: "Call Now", href: "tel:04177551408" },
{ text: "Request a Quote", href: "#" },
]}
/>
@@ -54,10 +54,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index ba3a87a..16ae0b1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -119,10 +119,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index b6d0111..b61884e 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -55,10 +55,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 1019814..05960d6 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -57,10 +57,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file