diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6bb4a5a..5872d4d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { value: "20+", title: "Years Experience", description: "Trusted dental professionals with decades of combined expertise in all aspects of dentistry", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il&_wi=18", imageAlt: "Experienced dental team", }, { @@ -57,7 +57,7 @@ export default function AboutPage() { value: "5,000+", title: "Happy Patients", description: "Satisfied patients from across Manchester and surrounding areas who trust us with their care", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il&_wi=19", imageAlt: "Patient satisfaction", }, { @@ -65,7 +65,7 @@ export default function AboutPage() { value: "99%", title: "Success Rate", description: "Advanced techniques and cutting-edge technology ensure optimal results for every patient", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il&_wi=20", imageAlt: "Successful dental procedures", }, { @@ -73,7 +73,7 @@ export default function AboutPage() { value: "4.8/5", title: "Google Rating", description: "Consistently highly-rated by our community of patients across Manchester and beyond", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qkd9il&_wi=21", imageAlt: "Google reviews rating", }, ]} @@ -106,7 +106,7 @@ export default function AboutPage() { title: "Dr. Sarah Mitchell", subtitle: "Lead Dentist & Practice Principal", detail: "BDS, MFDS - 15 years experience specializing in cosmetic and restorative dentistry. Dr. Sarah leads our team with a patient-first philosophy and commitment to continuous professional development.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r41upr", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r41upr&_wi=4", imageAlt: "Dr. Sarah Mitchell - Lead Dentist", }, { @@ -114,7 +114,7 @@ export default function AboutPage() { title: "Dr. James Turner", subtitle: "General Dentist & Emergency Lead", detail: "BDS, MFDS - Specialist in emergency dentistry with 12 years experience. Dr. James is known for his gentle approach and exceptional ability to work with anxious patients.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjsc62", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjsc62&_wi=4", imageAlt: "Dr. James Turner - General Dentist", }, ], @@ -146,7 +146,7 @@ export default function AboutPage() { name: "Emma Johnson", handle: "@emmajohnson", testimonial: "I've been with Manchester Dental for 3 years and they've completely transformed my smile. Professional, caring, and always explain everything clearly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r41upr", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r41upr&_wi=5", imageAlt: "Emma Johnson", icon: Star, }, @@ -155,7 +155,7 @@ export default function AboutPage() { name: "Michael Chen", handle: "@mikechen", testimonial: "The entire team makes you feel valued. From reception to the dentist chair, it's a stress-free, professional experience every single time.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjsc62", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjsc62&_wi=5", imageAlt: "Michael Chen", icon: Star, }, @@ -164,7 +164,7 @@ export default function AboutPage() { name: "Sophie Williams", handle: "@sophiew", testimonial: "Dr. James helped me overcome my dental anxiety. He's patient, thorough, and genuinely cares about making the experience comfortable.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r41upr", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r41upr&_wi=6", imageAlt: "Sophie Williams", icon: Star, }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0077e1c..391ed4a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({ variable: "--font-montserrat", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Manchester Dental Practice - Trusted Dentists in Manchester", + description: "Professional dental care in Manchester with same-week appointments. General dentistry, teeth whitening, Invisalign, and emergency services. Call +44 161 833 0704.", + keywords: "dentist Manchester, emergency dentist Manchester, teeth whitening Manchester, Invisalign Manchester, dental clinic Manchester, NHS dentist", + metadataBase: new URL("https://manchesterdentalpractice.co.uk"), + alternates: { + canonical: "https://manchesterdentalpractice.co.uk", + }, + openGraph: { + title: "Manchester Dental Practice - Expert Dental Care", + description: "Trusted Manchester dentists offering comprehensive dental services with modern technology and friendly care.", + url: "https://manchesterdentalpractice.co.uk", + siteName: "Manchester Dental Practice", + type: "website", + images: [ + { + url: "https://manchesterdentalpractice.co.uk/og-image.jpg", + alt: "Manchester Dental Practice - Modern Dental Clinic", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Manchester Dental Practice - Trusted Dentists", + description: "Expert dental care in Manchester. Book your appointment today.", + images: ["https://manchesterdentalpractice.co.uk/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}