diff --git a/src/app/page.tsx b/src/app/page.tsx index ef212bd..4b95d71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,13 @@ export default function LandingPage() { -
- -
-
window.location.href = "tel:+10000000000" }, ]} />
@@ -391,20 +175,12 @@ export default function LandingPage() { logoText="Full Pressure Plumbing Ltd." copyrightText="© 2025 Full Pressure Plumbing Ltd. All rights reserved." socialLinks={[ - { - icon: Phone, - href: "tel:+10000000000", - ariaLabel: "Phone", - }, - { - icon: Mail, - href: "mailto:info@fullpressureplumbing.com", - ariaLabel: "Email", - }, + { icon: Phone, href: "tel:+10000000000", ariaLabel: "Phone" }, + { icon: Mail, href: "mailto:info@fullpressureplumbing.com", ariaLabel: "Email" }, ]} /> ); -} +} \ No newline at end of file