From bf2b80f6dc81f9417100c1fd64952162d7b93a09 Mon Sep 17 00:00:00 2001 From: DaX Date: Sat, 5 Jul 2025 19:56:44 +0200 Subject: [PATCH] Add phone contact option with +381677102845 - Added call button next to Kupujem Prodajem link - Added footer with contact section - Implemented click tracking for phone calls - Responsive design for mobile and desktop --- app/page.tsx | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index b857804..81dc8a3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -144,8 +144,8 @@ export default function Home() { - {/* Kupujem Prodajem Link */} -
+ {/* Action Buttons */} +
+ + trackEvent('Contact', 'Phone Call', 'Homepage')} + className="inline-flex items-center gap-2 px-6 py-3 bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-600 hover:to-blue-700 text-white font-semibold rounded-lg shadow-lg hover:shadow-xl transition-all duration-200 transform hover:scale-105" + > + + + + Pozovi +381 67 710 2845 +
+ +
); } \ No newline at end of file