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 (