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() {