diff --git a/README.md b/README.md index 2b3aa7f..85909c8 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ website/ | **Skills** | Technical skills organized by category (Frontend, Backend, Database, Cloud) | | **Projects** | Featured projects with descriptions and technologies | | **Education** | Academic background | -| **Contact** | Contact information with email, phone, and location | +| **Contact** | Contact information with email and location | | **Blog** | Blog post listings with pagination, tag filtering, and search | | **Post** | Individual blog posts with reading time, table of contents, and social sharing | @@ -367,7 +367,6 @@ Google Analytics 4 is integrated with privacy-focused configuration: - Page views - CV downloads - Email clicks - - Phone clicks - Social media clicks (LinkedIn, GitHub) - Section visibility (IntersectionObserver) diff --git a/public/img/icons.svg b/public/img/icons.svg index ea74275..52a5899 100644 --- a/public/img/icons.svg +++ b/public/img/icons.svg @@ -54,11 +54,6 @@ - - - - - diff --git a/src/components/sections/Contact.astro b/src/components/sections/Contact.astro index 0407c11..ec30139 100644 --- a/src/components/sections/Contact.astro +++ b/src/components/sections/Contact.astro @@ -23,12 +23,6 @@ const t = useTranslations(lang); > jjuanrivvera@gmail.com -
{ - link.addEventListener('click', () => { - gtag('event', 'contact_phone', { - event_category: 'contact', - event_label: 'Phone Click', - value: 1, - }); - }); - }); - // Social link tracking const socialDomains = [ 'linkedin.com',