From 3b6594d0c6d4e9504e702defd7080f72f4583c17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:31:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 (