Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-10 20:21:49 +00:00
5 changed files with 68 additions and 29 deletions

View File

@@ -80,7 +80,7 @@ export default function AboutPage() {
description="NeuroCare Centre is dedicated to providing exceptional neurosurgical and neurological care with a patient-first approach."
subdescription="Located at 8 Angus Road, Harare - Rated 4.8/5 by our patients"
icon={Stethoscope}
imageSrc="http://img.b2bpic.net/free-photo/sunroof-with-tensioners_1127-2102.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sunroof-with-tensioners_1127-2102.jpg?_wi=2"
imageAlt="NeuroCare Centre professional medical facility"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -95,19 +95,19 @@ export default function AboutPage() {
{
id: "1",
name: "Dr. Chikondi Banda",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg?_wi=1",
imageAlt: "Dr. Chikondi Banda, Chief Neurosurgeon",
},
{
id: "2",
name: "Dr. Sipho Dlamini",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg?_wi=2",
imageAlt: "Dr. Sipho Dlamini, Spinal Surgery Specialist",
},
{
id: "3",
name: "Dr. Amina Hassan",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-coat_23-2148816198.jpg?_wi=3",
imageAlt: "Dr. Amina Hassan, Pediatric Neurosurgeon",
},
{

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "NeuroCare Centre | Expert Neurosurgery in Harare, Zimbabwe",
description: "Premier neurosurgery clinic in Harare offering complex spine surgery, brain tumor treatment, pediatric neurosurgery, and advanced neurological diagnostics. Rated 4.8/5 stars. Book consultation now.",
keywords: "neurosurgeon Harare, spine surgery Zimbabwe, brain tumor surgery, neurosurgery clinic, neurological treatment, EEG testing, EMG diagnostics, back pain clinic, pediatric neurosurgery, NeuroneX diagnostics",
metadataBase: new URL("https://neurocarecentre.co.zw"),
alternates: {
canonical: "https://neurocarecentre.co.zw",
},
openGraph: {
title: "NeuroCare Centre - Advanced Neurosurgery & Neurological Care in Harare",
description: "Expert neurosurgeons providing complex spine surgery, brain tumor treatment, and specialized neurological care. 4.8/5 patient satisfaction. Located in Harare, Zimbabwe.",
url: "https://neurocarecentre.co.zw",
siteName: "NeuroCare Centre",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-67176.jpg",
alt: "NeuroCare Centre professional neurosurgery facility",
},
],
},
twitter: {
card: "summary_large_image",
title: "NeuroCare Centre - Expert Neurosurgery in Harare",
description: "Premier neurosurgical and neurological treatment center. Complex spine surgery, brain tumor surgery, pediatric neurosurgery, advanced diagnostics.",
images: ["http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-67176.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -113,7 +113,7 @@ export default function HomePage() {
description="NeuroCare Centre is dedicated to providing exceptional neurosurgical and neurological care with a patient-first approach."
subdescription="Located at 8 Angus Road, Harare - Rated 4.8/5 by our patients"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/sunroof-with-tensioners_1127-2102.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sunroof-with-tensioners_1127-2102.jpg?_wi=1"
imageAlt="NeuroCare Centre professional medical facility"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -130,42 +130,42 @@ export default function HomePage() {
id: "1",
title: "Complex Spine Surgery & Deformity Correction",
tags: ["Surgery", "Specialization"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg?_wi=1",
imageAlt: "Complex spine surgery procedure illustration",
},
{
id: "2",
title: "Brain Tumor Surgery",
tags: ["Neurosurgery", "Critical Care"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg?_wi=1",
imageAlt: "Brain tumor surgical treatment imaging",
},
{
id: "3",
title: "Spinal Tumor Surgery",
tags: ["Oncology", "Surgery"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg?_wi=2",
imageAlt: "Spinal tumor treatment procedure",
},
{
id: "4",
title: "Pediatric Neurosurgery",
tags: ["Children", "Specialized Care"],
imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg?_wi=1",
imageAlt: "Pediatric neurosurgery specialized care",
},
{
id: "5",
title: "Functional Neurosurgery",
tags: ["Advanced", "Treatment"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg?_wi=2",
imageAlt: "Functional neurosurgery procedure",
},
{
id: "6",
title: "Peripheral Nerve Surgery",
tags: ["Specialty", "Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg?_wi=3",
imageAlt: "Peripheral nerve surgical treatment",
},
]}

View File

@@ -79,42 +79,42 @@ export default function ServicesPage() {
id: "1",
title: "Complex Spine Surgery & Deformity Correction",
tags: ["Surgery", "Specialization"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg?_wi=4",
imageAlt: "Complex spine surgery procedure illustration",
},
{
id: "2",
title: "Brain Tumor Surgery",
tags: ["Neurosurgery", "Critical Care"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg?_wi=3",
imageAlt: "Brain tumor surgical treatment imaging",
},
{
id: "3",
title: "Spinal Tumor Surgery",
tags: ["Oncology", "Surgery"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg?_wi=5",
imageAlt: "Spinal tumor treatment procedure",
},
{
id: "4",
title: "Pediatric Neurosurgery",
tags: ["Children", "Specialized Care"],
imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/she-is-trying-be-very-brave_329181-7694.jpg?_wi=2",
imageAlt: "Pediatric neurosurgery specialized care",
},
{
id: "5",
title: "Functional Neurosurgery",
tags: ["Advanced", "Treatment"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-ambitious-doctor-examining-brain-x-ray-doctor-holding-brain-radiograph_482257-34574.jpg?_wi=4",
imageAlt: "Functional neurosurgery procedure",
},
{
id: "6",
title: "Peripheral Nerve Surgery",
tags: ["Specialty", "Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-patient-s-x-ray-film_53876-14350.jpg?_wi=6",
imageAlt: "Peripheral nerve surgical treatment",
},
]}
@@ -141,14 +141,14 @@ export default function ServicesPage() {
id: "2",
title: "EMG (Electromyography)",
tags: ["Muscle Testing", "Diagnostic"],
imageSrc: "http://img.b2bpic.net/free-photo/doctors-checking-patient-s-radiography-together_23-2149355035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctors-checking-patient-s-radiography-together_23-2149355035.jpg?_wi=1",
imageAlt: "EMG nerve and muscle testing procedure",
},
{
id: "3",
title: "NCS (Nerve Conduction Studies)",
tags: ["Nerve Function", "Assessment"],
imageSrc: "http://img.b2bpic.net/free-photo/doctors-checking-patient-s-radiography-together_23-2149355035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctors-checking-patient-s-radiography-together_23-2149355035.jpg?_wi=2",
imageAlt: "Nerve conduction studies diagnostic",
},
]}

View File

@@ -79,7 +79,7 @@ export default function TechnologyPage() {
id: "1",
title: "Next-Generation Neurosurgical Instruments",
tags: ["Precision", "Advanced"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-multiple-metallic-scalpels_23-2149299215.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-multiple-metallic-scalpels_23-2149299215.jpg?_wi=1",
imageAlt: "Advanced neurosurgical instruments",
},
{
@@ -93,7 +93,7 @@ export default function TechnologyPage() {
id: "3",
title: "Modern Operating Theaters",
tags: ["Sterile", "Equipped"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-multiple-metallic-scalpels_23-2149299215.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-multiple-metallic-scalpels_23-2149299215.jpg?_wi=2",
imageAlt: "Modern surgical operating theater",
},
]}