diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ef9a12..beb5dbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />