From f1c93951f1072becd08e8caec9ab3df75284e53b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:35:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 ++++++++++++----------------------------------- 1 file changed, 57 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 174f980..1b8113b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,13 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { + const trackCall = () => { + if (typeof window !== 'undefined' && (window as any).gtag) { + (window as any).gtag('event', 'phone_call_click', { 'event_category': 'Engagement' }); + } + window.location.href = "tel:07396006121"; + }; + return ( @@ -54,19 +53,15 @@ export default function LandingPage() {
@@ -273,15 +185,13 @@ export default function LandingPage() { @@ -291,15 +201,13 @@ export default function LandingPage() { @@ -309,50 +217,32 @@ export default function LandingPage() {