5 Commits

Author SHA1 Message Date
0d2c080437 Update src/app/page.tsx 2026-03-07 00:08:53 +00:00
4db72d195d Update src/app/layout.tsx 2026-03-07 00:08:53 +00:00
7368acae14 Merge version_1 into main
Merge version_1 into main
2026-03-07 00:07:46 +00:00
8ecdc9cac7 Merge version_1 into main
Merge version_1 into main
2026-03-07 00:06:29 +00:00
3ecc321ddd Merge version_1 into main
Merge version_1 into main
2026-03-07 00:05:16 +00:00
2 changed files with 32 additions and 52 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Geist, Geist_Mono } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const geist = Geist({
variable: "--font-halant", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Dr. Ahmed Boukhrissa - General Physician | Bordj El Kiffan", description: "Professional medical care by Dr. Ahmed Boukhrissa in Bordj El Kiffan, Algiers. Book appointments via WhatsApp or call. Compassionate healthcare services.", keywords: "médecin Bordj El Kiffan, docteur Alger, طبيب برج الكيفان, consultation médecin, general practitioner, medical doctor", metadataBase: new URL("https://drahmedboukhrissa.com"), title: "Dr. Ahmed Boukhrissa - General Practitioner", description: "Licensed General Practitioner in Bordj El Kiffan, Algiers. Providing comprehensive medical care and healthcare solutions."};
alternates: {
canonical: "https://drahmedboukhrissa.com"},
openGraph: {
title: "Dr. Ahmed Boukhrissa - Medical Professional", description: "Trusted general physician providing compassionate healthcare in Bordj El Kiffan, Algiers.", url: "https://drahmedboukhrissa.com", siteName: "Dr. Ahmed Boukhrissa", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309940.jpg", alt: "Dr. Ahmed Boukhrissa"},
],
},
twitter: {
card: "summary_large_image", title: "Dr. Ahmed Boukhrissa - General Physician", description: "Professional medical care in Bordj El Kiffan. Book now via WhatsApp.", images: ["http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309940.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -46,7 +46,9 @@ export default function LandingPage() {
tagIcon={Stethoscope} tagIcon={Stethoscope}
tagAnimation="none" tagAnimation="none"
title="Dr. Ahmed Boukhrissa" 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." description="Médecin Généraliste | طبيب عام
Professional 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={[ buttons={[
{ text: "Book on WhatsApp", href: "https://wa.me/21321212328" }, { text: "Book on WhatsApp", href: "https://wa.me/21321212328" },
{ text: "Call Now: 021 21 23 28", href: "tel:+21321212328" }, { text: "Call Now: 021 21 23 28", href: "tel:+21321212328" },
@@ -54,9 +56,11 @@ export default function LandingPage() {
buttonAnimation="none" buttonAnimation="none"
mediaItems={[ 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/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?_wi=1", imageAlt: "Medical consultation"
},
]} ]}
mediaAnimation="none" mediaAnimation="none"
rating={5} rating={5}
@@ -70,7 +74,7 @@ export default function LandingPage() {
tag="About Doctor" tag="About Doctor"
tagAnimation="none" tagAnimation="none"
title="Meet Dr. Ahmed Boukhrissa" title="Meet Dr. Ahmed Boukhrissa"
description="A recognized physician known for professionalism, attentiveness, and commitment to patient care. Dedicated to providing high-quality medical services with a compassionate approach to healthcare." description="Licensed General Practitioner with years of dedicated healthcare experience. A recognized physician known for professionalism, attentiveness, and commitment to patient care. Dedicated to providing high-quality medical services with a compassionate approach to healthcare."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
bulletPoints={[ bulletPoints={[
@@ -139,17 +143,23 @@ export default function LandingPage() {
animationType="none" animationType="none"
testimonials={[ testimonials={[
{ {
id: "1", name: "Fatima Amara", handle: "Patient - Bordj El Kiffan", testimonial: "A very professional and compassionate doctor, equally skilled in medicine and ethics. Highly recommended for family healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=1", imageAlt: "Fatima Amara"}, id: "1", name: "Fatima Amara", handle: "Patient - Bordj El Kiffan", testimonial: "A very professional and compassionate doctor, equally skilled in medicine and ethics. Highly recommended for family healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=1", imageAlt: "Fatima Amara"
},
{ {
id: "2", name: "Mohammed Samir", handle: "Patient - Algiers", testimonial: "Top doctor, may God bless you. Excellent service and genuine care for patients. Very attentive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=1", imageAlt: "Mohammed Samir"}, id: "2", name: "Mohammed Samir", handle: "Patient - Algiers", testimonial: "Top doctor, may God bless you. Excellent service and genuine care for patients. Very attentive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=1", imageAlt: "Mohammed Samir"
},
{ {
id: "3", name: "Zahra Belaid", handle: "Patient - Bordj El Kiffan", testimonial: "Professional, attentive, and caring. Dr. Boukhrissa takes time to listen to patients and provide proper medical guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=2", imageAlt: "Zahra Belaid"}, id: "3", name: "Zahra Belaid", handle: "Patient - Bordj El Kiffan", testimonial: "Professional, attentive, and caring. Dr. Boukhrissa takes time to listen to patients and provide proper medical guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=2", imageAlt: "Zahra Belaid"
},
{ {
id: "4", name: "Ahmed Hassan", handle: "Patient - Algiers", testimonial: "Excellent medical care with a human touch. The clinic is clean, organized, and the doctor is very professional.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=2", imageAlt: "Ahmed Hassan"}, id: "4", name: "Ahmed Hassan", handle: "Patient - Algiers", testimonial: "Excellent medical care with a human touch. The clinic is clean, organized, and the doctor is very professional.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=2", imageAlt: "Ahmed Hassan"
},
{ {
id: "5", name: "Nadia Medjahed", handle: "Patient - Bordj El Kiffan", testimonial: "Trustworthy doctor who genuinely cares about patient health. Always available and responsive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=3", imageAlt: "Nadia Medjahed"}, id: "5", name: "Nadia Medjahed", handle: "Patient - Bordj El Kiffan", testimonial: "Trustworthy doctor who genuinely cares about patient health. Always available and responsive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=3", imageAlt: "Nadia Medjahed"
},
{ {
id: "6", name: "Karim Brahim", handle: "Patient - Algiers", testimonial: "Highly professional service with excellent bedside manner. I recommend him to all my family and friends.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=3", imageAlt: "Karim Brahim"}, id: "6", name: "Karim Brahim", handle: "Patient - Algiers", testimonial: "Highly professional service with excellent bedside manner. I recommend him to all my family and friends.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=3", imageAlt: "Karim Brahim"
},
]} ]}
speed={40} speed={40}
ariaLabel="Patient testimonials section" ariaLabel="Patient testimonials section"