Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-06-03 11:20:32 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, BookOpen, Brain, BriefcaseMedical, Building, CheckCircle, ClipboardList, Facebook, Globe, GraduationCap, Handshake, HeartHandshake, HeartPulse, Instagram, Microscope, MonitorCheck, Search, ShieldCheck, Star, Stethoscope, Syringe, UserCheck, UserCircle, Youtube, Whatsapp } from "lucide-react";
import { Award, BookOpen, Brain, BriefcaseMedical, Building, CheckCircle, ClipboardList, Facebook, Globe, GraduationCap, Handshake, HeartHandshake, HeartPulse, Instagram, Microscope, MonitorCheck, Search, ShieldCheck, Star, Stethoscope, Syringe, UserCheck, UserCircle, Youtube, SquareWhatsapp } from "lucide-react";
export default function LandingPage() {
return (
@@ -219,7 +219,7 @@ export default function LandingPage() {
{ icon: Instagram, href: "https://instagram.com/[clinic_handle]", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com/[clinic_page]", ariaLabel: "Facebook" },
{ icon: Youtube, href: "https://youtube.com/[clinic_channel]", ariaLabel: "YouTube" },
{ icon: Whatsapp, href: "https://wa.me/+[InsertWhatsAppNumber]", ariaLabel: "WhatsApp" }
{ icon: SquareWhatsapp, href: "https://wa.me/+[InsertWhatsAppNumber]", ariaLabel: "WhatsApp" }
]}
/>
</div>