Update src/app/page.tsx
This commit is contained in:
@@ -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 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -218,8 +218,7 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{ 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: Youtube, href: "https://youtube.com/[clinic_channel]", ariaLabel: "YouTube" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user