Merge version_1 into main #1
@@ -92,7 +92,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-medical-equipment-dental-procedures_651396-1693.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-medical-equipment-dental-procedures_651396-1693.jpg?_wi=2"
|
||||
imageAlt="Modern dental clinic with professional equipment"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -120,7 +120,7 @@ export default function AboutPage() {
|
||||
{ value: "100%", title: "Commitment to Care" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-nurse-with-stethoscope-white-background_114579-78440.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-nurse-with-stethoscope-white-background_114579-78440.jpg?_wi=2"
|
||||
imageAlt="Dr Aimen - Professional Portrait"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -149,21 +149,21 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Patient-Centered Care",
|
||||
description: "We listen to your concerns and customize treatments to match your specific needs and goals. Your comfort and satisfaction are our top priorities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg?_wi=2",
|
||||
imageAlt: "Compassionate patient care",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Advanced Technology",
|
||||
description: "Our clinic is equipped with state-of-the-art dental equipment and technology. We invest in the latest tools to ensure precise, efficient, and comfortable treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-male-patients-tooth-x-ray_107420-73934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-male-patients-tooth-x-ray_107420-73934.jpg?_wi=2",
|
||||
imageAlt: "Modern dental technology",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Affordability & Accessibility",
|
||||
description: "Quality dental care should be accessible to everyone. We offer competitive pricing, flexible payment plans, and ensure our clinic is welcoming to patients of all backgrounds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg?_wi=2",
|
||||
imageAlt: "Accessible dental services",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function ContactPage() {
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-mobile-phone_107420-73959.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-mobile-phone_107420-73959.jpg?_wi=2"
|
||||
imageAlt="modern dental clinic contact"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } 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 { Manrope } 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 manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Dr Aimen Dental Clinic - Trusted Female Dentist Karachi",
|
||||
description: "Modern dental clinic in Karachi offering painless treatments. Female dentist specializing in cosmetic, restorative, and pediatric dentistry. Call 0310-1192515.",
|
||||
keywords: "dentist Karachi, female dentist, dental clinic, root canal, teeth whitening, dental implants, pediatric dentist, emergency dentist",
|
||||
metadataBase: new URL("https://drajimendental.com"),
|
||||
alternates: {
|
||||
canonical: "https://drajimendental.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Dr Aimen Dental Clinic - Professional Dental Care",
|
||||
description: "Trusted female dentist in Karachi providing modern, painless dental treatments for families and children.",
|
||||
url: "https://drajimendental.com",
|
||||
siteName: "Dr Aimen Dental Clinic",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://drajimendental.com/og-image.jpg",
|
||||
alt: "Dr Aimen Dental Clinic - Modern Dental Care",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Dr Aimen Dental Clinic - Professional Dentist Karachi",
|
||||
description: "Modern, painless dental treatments by trusted female dentist in Karachi.",
|
||||
images: ["https://drajimendental.com/twitter-image.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={`${manrope.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -96,7 +96,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-medical-equipment-dental-procedures_651396-1693.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-medical-equipment-dental-procedures_651396-1693.jpg?_wi=1"
|
||||
imageAlt="Modern dental clinic with professional equipment"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
{ value: "99%", title: "Patient Satisfaction" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-nurse-with-stethoscope-white-background_114579-78440.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-nurse-with-stethoscope-white-background_114579-78440.jpg?_wi=1"
|
||||
imageAlt="Dr Aimen - Female Dentist Professional"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -153,28 +153,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Teeth Whitening",
|
||||
description: "Professional teeth whitening to brighten your smile safely and effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg?_wi=1",
|
||||
imageAlt: "Professional teeth whitening treatment",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Root Canal Treatment",
|
||||
description: "Painless root canal therapy to save your natural teeth and relieve dental pain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-male-patients-tooth-x-ray_107420-73934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-male-patients-tooth-x-ray_107420-73934.jpg?_wi=1",
|
||||
imageAlt: "Advanced root canal treatment",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Dental Implants",
|
||||
description: "Permanent tooth replacement solution for missing teeth with natural appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg?_wi=1",
|
||||
imageAlt: "Dental implant restoration",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Pediatric Dentistry",
|
||||
description: "Gentle, child-friendly dental care to build healthy habits from an early age.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-wearing-safety-protective-glasses-leaning-dental-chair-front-dentist_23-2147905917.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-wearing-safety-protective-glasses-leaning-dental-chair-front-dentist_23-2147905917.jpg?_wi=1",
|
||||
imageAlt: "Pediatric dental care for children",
|
||||
},
|
||||
]}
|
||||
@@ -385,7 +385,7 @@ export default function HomePage() {
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-mobile-phone_107420-73959.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-mobile-phone_107420-73959.jpg?_wi=1"
|
||||
imageAlt="Dr Aimen Dental Clinic reception"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -96,28 +96,28 @@ export default function ServicesPage() {
|
||||
id: 1,
|
||||
title: "Teeth Whitening",
|
||||
description: "Professional teeth whitening to brighten your smile safely and effectively.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66780.jpg?_wi=3",
|
||||
imageAlt: "teeth whitening treatment",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Root Canal Treatment",
|
||||
description: "Painless root canal therapy to save your natural teeth and relieve dental pain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-male-patients-tooth-x-ray_107420-73934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-male-patients-tooth-x-ray_107420-73934.jpg?_wi=3",
|
||||
imageAlt: "root canal treatment dental",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Dental Implants",
|
||||
description: "Permanent tooth replacement solution for missing teeth with natural appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-girlfriend-giggle-reading-notebook-holding-planner-smiling-camera_1258-201148.jpg?_wi=3",
|
||||
imageAlt: "dental implant surgery",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Pediatric Dentistry",
|
||||
description: "Gentle, child-friendly dental care to build healthy habits from an early age.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-wearing-safety-protective-glasses-leaning-dental-chair-front-dentist_23-2147905917.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-wearing-safety-protective-glasses-leaning-dental-chair-front-dentist_23-2147905917.jpg?_wi=2",
|
||||
imageAlt: "child dentist care kids",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user