From 2fbf5ff05980e30de64b74b0f5bbaa3198813ec5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:37:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 +++++++---------------------------------------- 1 file changed, 47 insertions(+), 271 deletions(-) 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