From 7b593658eaede03f704b5a8aef86dae4e82fc9d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:06:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9798144..5005aef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,21 +44,21 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Medical Excellence" tagIcon={Stethoscope} - tagAnimation="entrance-slide" + tagAnimation="none" title="Dr. Ahmed Boukhrissa" description="Médecin Généraliste | طبيب عام\n\nProfessional and compassionate medical care in Bordj El Kiffan. Providing comprehensive general practice services with a focus on patient well-being and personalized healthcare solutions." buttons={[ { text: "Book on WhatsApp", href: "https://wa.me/21321212328" }, { text: "Call Now: 021 21 23 28", href: "tel:+21321212328" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="none" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309940.jpg", imageAlt: "Dr. Ahmed Boukhrissa"}, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-female-patient-wheelchair-feeling-worried-while-communicating-with-female-doctor-holding-hands_637285-697.jpg?_wi=1", imageAlt: "Medical consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-female-patient-wheelchair-feeling-worried-while-communicating-with-female-doctor-holding-hands_637285-697.jpg", imageAlt: "Medical consultation"}, ]} - mediaAnimation="entrance-slide" + mediaAnimation="none" rating={5} ratingText="Trusted by local patients" ariaLabel="Dr. Ahmed Boukhrissa hero section" @@ -68,7 +68,7 @@ export default function LandingPage() {
@@ -95,12 +95,12 @@ export default function LandingPage() {