diff --git a/src/app/page.tsx b/src/app/page.tsx index 82cf295..a05b82c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,10 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import { Calendar, Clock, Smile, Star, UserPlus, Users } from "lucide-react"; export default function LandingPage() { + const handleAppointmentClick = () => { + window.location.href = "sms:4808933256"; + }; + return (