Merge version_2 into main #4
@@ -12,7 +12,7 @@ import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Calendar, CheckCircle, Heart, Home, MapPin, Smile, Star, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleAppointmentSubmit = (email: string) => {
|
||||
const handleAppointmentSubmit = () => {
|
||||
// Open appointment booking link or form
|
||||
window.location.href = "tel:+14099331234";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user