diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a95d53c..41f08d8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,57 +1,78 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Source_Sans_3 } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", subsets: ["latin"], -}); +const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "Rehoboth Dental Clinic - Professional Dental Care in Kigali", description: "Experience exceptional dental care at Rehoboth Dental Clinic in Kigali, Rwanda. Expert dentists, modern facilities, and comprehensive services. Open Monday-Saturday, 8AM-8PM. Book your appointment today!", keywords: "dental clinic Kigali, dentist Rwanda, dental services, teeth cleaning, orthodontics, emergency dental care, professional dentistry", metadataBase: new URL("https://rehobothdental.rw"), - alternates: { - canonical: "https://rehobothdental.rw"}, + title: "Rehoboth Dental Clinic - Professional Dental Care in Kigali", description: "Experience exceptional dental care at Rehoboth Dental Clinic in Kigali. We offer comprehensive dental services including checkups, cleanings, orthodontics, teeth whitening, and emergency care. Book your appointment today!", keywords: "dental clinic, dental care, dentist in Kigali, teeth cleaning, orthodontics, teeth whitening, emergency dental care, professional dentistry", authors: [{ name: "Rehoboth Dental Clinic" }], openGraph: { - title: "Rehoboth Dental Clinic - Your Smile, Our Priority", description: "Professional dental care in a friendly environment. Comprehensive services from checkups to emergency care.", url: "https://rehobothdental.rw", siteName: "Rehoboth Dental Clinic", type: "website", images: [ + title: "Rehoboth Dental Clinic - Professional Dental Care in Kigali", description: "Experience exceptional dental care at Rehoboth Dental Clinic. Comprehensive services for your smile and oral health.", type: "website", url: "https://rehobothdental.com", images: [ { - url: "http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg", alt: "smiling dentist patient dental clinic professional"}, + url: "https://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg", width: 1200, + height: 630, + alt: "Rehoboth Dental Clinic"}, ], }, twitter: { - card: "summary_large_image", title: "Rehoboth Dental Clinic - Professional Dental Care", description: "Experience exceptional dental care in Kigali. We go the extra mile beyond your expectations.", images: ["http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg"], - }, - robots: { - index: true, - follow: true, + card: "summary_large_image", title: "Rehoboth Dental Clinic - Professional Dental Care", description: "Book your dental appointment at Rehoboth Dental Clinic in Kigali.", images: [ + "https://img.b2bpic.net/free-photo/happy-female-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879186.jpg"], }, + robots: "index, follow", viewport: "width=device-width, initial-scale=1", alternates: { + canonical: "https://rehobothdental.com"}, }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + +