Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 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";
};