diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ff668e..1dac571 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,10 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import { Award, Scissors, Users, Clock, Zap, Star, Phone, Facebook, Instagram, Camera, TrendingUp } from 'lucide-react'; export default function LandingPage() { + const handleCallClick = () => { + window.location.href = 'tel:+1234567890'; + }; + return (