Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-11 19:25:53 +00:00

View File

@@ -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";
};