Update src/app/page.tsx

This commit is contained in:
2026-06-03 11:15:38 +00:00
parent df1290158d
commit ef27ea7bd0

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, SquareWhatsapp, Star, Stethoscope, Syringe, UserCheck, UserCircle, Youtube } 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, Whatsapp } from "lucide-react";
export default function LandingPage() {
return (
@@ -78,10 +78,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Meet Dr. Osama Medhat: A Leader in Patient-Centered Healthcare" }
{ type: "text", content: "Meet Dr. Osama Medhat: A Leader in Patient-Centered Healthcare" },
{ type: "text", content: "Dr. Osama Medhat stands as a beacon of medical excellence, bringing extensive experience, stellar academic achievements, and continuous training to the forefront of patient care. His unwavering commitment to evidence-based medicine and participation in leading scientific events underscore his dedication to delivering advanced, compassionate healthcare. Renowned for professionalism, precision, and a deep-seated commitment to patient satisfaction, Dr. Medhat ensures every individual receives world-class treatment tailored to their unique needs, fostering trust and promoting optimal health outcomes." }
]}
useInvertedBackground={true}
description="Dr. Osama Medhat stands as a beacon of medical excellence, bringing extensive experience, stellar academic achievements, and continuous training to the forefront of patient care. His unwavering commitment to evidence-based medicine and participation in leading scientific events underscore his dedication to delivering advanced, compassionate healthcare. Renowned for professionalism, precision, and a deep-seated commitment to patient satisfaction, Dr. Medhat ensures every individual receives world-class treatment tailored to their unique needs, fostering trust and promoting optimal health outcomes."
imageSrc="http://img.b2bpic.net/free-photo/male-physician-giving-prescription-paper-sick-person-checkup-visit-appointment-office-examination-report-with-health-care-information-disease-diagnosis-treatment-cure-illness_482257-46466.jpg"
imageAlt="dr osama medhat consulting patient"
/>
@@ -220,7 +220,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: SquareWhatsapp, href: "https://wa.me/+[InsertWhatsAppNumber]", ariaLabel: "WhatsApp" }
{ icon: Whatsapp, href: "https://wa.me/+[InsertWhatsAppNumber]", ariaLabel: "WhatsApp" }
]}
/>
</div>