diff --git a/src/app/page.tsx b/src/app/page.tsx index 5063594..101e7df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,10 @@ export default function LandingPage() { console.log("Subscribed:", email); }; + const handleCall = () => { + window.location.href = "tel:2624564077"; + }; + return (