Merge version_1 into main #1
@@ -63,7 +63,7 @@ export default function AboutPage() {
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg?_wi=2"
|
||||
imageAlt="Medical clinic environment"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
@@ -57,7 +57,7 @@ export default function ContactPage() {
|
||||
title="Schedule Your Appointment"
|
||||
description="Get in touch with our medical team to book your consultation and begin your healthcare journey with us."
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg?_wi=4"
|
||||
imageAlt="Medical clinic"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } 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 { Poppins } 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 poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
@@ -20,6 +24,22 @@ const poppins = Poppins({
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Medical Professional Portfolio | Expert Healthcare Services",
|
||||
description: "Professional medical practice offering comprehensive healthcare, surgical procedures, and rehabilitation therapy with experienced physicians and compassionate patient care.",
|
||||
keywords: "medical practice, healthcare services, physicians, surgery, rehabilitation, patient care, medical consultation",
|
||||
openGraph: {
|
||||
title: "Dr. Medical Care - Professional Medical Services",
|
||||
description: "Comprehensive healthcare services by experienced medical professionals dedicated to patient wellness and recovery.",
|
||||
siteName: "Dr. Medical Care",
|
||||
type: "website",
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +48,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${poppins.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +62,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -108,7 +108,7 @@ export default function HomePage() {
|
||||
title: "Professional Consultations",
|
||||
description: "Expert medical consultations with thorough patient assessment and individualized care planning.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-signing-consultation-form-receive-medication-prescription-treatment-physician-helping-old-man-with-disease-cure-diagnosis-examination-appointment_482257-51206.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-signing-consultation-form-receive-medication-prescription-treatment-physician-helping-old-man-with-disease-cure-diagnosis-examination-appointment_482257-51206.jpg?_wi=1",
|
||||
imageAlt: "Medical consultation"
|
||||
},
|
||||
items: [
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
title: "Surgical Procedures",
|
||||
description: "State-of-the-art surgical care with experienced medical professionals in advanced facilities.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844661.jpg?_wi=1",
|
||||
imageAlt: "Surgical procedure"
|
||||
},
|
||||
items: [
|
||||
@@ -148,7 +148,7 @@ export default function HomePage() {
|
||||
title: "Rehabilitation Therapy",
|
||||
description: "Comprehensive physical therapy and rehabilitation programs to restore optimal function.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321597.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321597.jpg?_wi=1",
|
||||
imageAlt: "Physical therapy"
|
||||
},
|
||||
items: [
|
||||
@@ -292,7 +292,7 @@ export default function HomePage() {
|
||||
title="Schedule Your Appointment"
|
||||
description="Get in touch with our medical team to book your consultation and begin your healthcare journey with us."
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg?_wi=1"
|
||||
imageAlt="Medical clinic"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -68,7 +68,7 @@ export default function ServicesPage() {
|
||||
title: "Professional Consultations",
|
||||
description: "Expert medical consultations with thorough patient assessment and individualized care planning.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-signing-consultation-form-receive-medication-prescription-treatment-physician-helping-old-man-with-disease-cure-diagnosis-examination-appointment_482257-51206.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-patient-signing-consultation-form-receive-medication-prescription-treatment-physician-helping-old-man-with-disease-cure-diagnosis-examination-appointment_482257-51206.jpg?_wi=2",
|
||||
imageAlt: "Medical consultation",
|
||||
},
|
||||
items: [
|
||||
@@ -82,7 +82,7 @@ export default function ServicesPage() {
|
||||
title: "Surgical Procedures",
|
||||
description: "State-of-the-art surgical care with experienced medical professionals in advanced facilities.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844661.jpg?_wi=2",
|
||||
imageAlt: "Surgical procedure",
|
||||
},
|
||||
items: [
|
||||
@@ -96,7 +96,7 @@ export default function ServicesPage() {
|
||||
title: "Rehabilitation Therapy",
|
||||
description: "Comprehensive physical therapy and rehabilitation programs to restore optimal function.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321597.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321597.jpg?_wi=2",
|
||||
imageAlt: "Physical therapy",
|
||||
},
|
||||
items: [
|
||||
@@ -114,7 +114,7 @@ export default function ServicesPage() {
|
||||
title="Schedule Your Consultation"
|
||||
description="Ready to experience our comprehensive medical services? Contact us today to book your appointment."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital-clinic-interior_1203-7891.jpg?_wi=3"
|
||||
imageAlt="Medical clinic"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user