Merge version_1 into main #1
@@ -94,13 +94,13 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Patient Comfort First",
|
||||
description: "We understand that many patients experience anxiety in dental settings. Our gentle approach and relaxing environment ensure every visit is as comfortable as possible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Advanced Technology",
|
||||
description: "We invest in the latest dental technologies and techniques to provide the most efficient, effective, and minimally invasive treatments available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053280.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053280.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function ContactPage() {
|
||||
<HeroOverlay
|
||||
title="Schedule Your Appointment"
|
||||
description="At Stratford Family Dental, every patient is treated with care, attention, and respect. Contact us today to book your visit with our caring team."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=5"
|
||||
imageAlt="Modern welcoming dental office interior"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
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: "Stratford Family Dental | Compassionate Dental Care in Bel Air, MD",
|
||||
description: "Premium family dental care in Bel Air, Maryland. Experience personalized, comfortable dentistry from our caring team. Schedule your appointment today.",
|
||||
keywords: "family dentistry, dental care, Bel Air Maryland, cosmetic dentistry, emergency dental, teeth cleaning, dentures",
|
||||
openGraph: {
|
||||
title: "Stratford Family Dental | Expert Dental Care",
|
||||
description: "Compassionate dental care for your whole family. Modern treatments in a welcoming environment.",
|
||||
siteName: "Stratford Family Dental",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg",
|
||||
alt: "Stratford Family Dental Office"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Stratford Family Dental | Bel Air, MD",
|
||||
description: "Expert dental care with a personal touch. Schedule your appointment today.",
|
||||
images: ["http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,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 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
<HeroOverlay
|
||||
title="Compassionate, Personalized Dental Care for the Whole Family"
|
||||
description="At Stratford Family Dental, every patient is treated with care, attention, and respect. Our team is committed to providing comfortable, high-quality dentistry in a welcoming environment."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=1"
|
||||
imageAlt="Modern welcoming dental office interior"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -113,37 +113,37 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Family Dentistry",
|
||||
description: "Comprehensive dental care for patients of all ages, focusing on preventive treatment and building healthy habits for the whole family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Teeth Cleanings",
|
||||
description: "Professional cleanings to maintain optimal oral health, remove plaque and tartar, and prevent dental disease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Enhance your smile with teeth whitening, veneers, and other cosmetic treatments designed to boost your confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/instagram-story-dental-clinic-promotion_23-2152010291.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/instagram-story-dental-clinic-promotion_23-2152010291.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Dentures",
|
||||
description: "Custom-crafted dentures that look natural and fit comfortably, restoring your smile and ability to eat and speak.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053280.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053280.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Emergency Dental Care",
|
||||
description: "Immediate care for dental emergencies, including pain relief and urgent treatment to protect your teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Fillings & Restorations",
|
||||
description: "Modern, durable restorations to repair cavities and restore teeth to full function and appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23508.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
handle: "@levi_d",
|
||||
testimonial: "The Stratford staff are wonderful people. They make a dental experience very comforting and pay a lot of attention to your needs and your personal dental situation. They are very personable and you know that you are getting their full attention whenever you go there. They have that personal touch that is so rare to find in dentistry these days and you won't find a more knowledgeable and kind group of people. I highly recommend them. They make a person feel like an important patient and a person, not just another set of teeth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
handle: "@joy_s",
|
||||
testimonial: "Dr Stratford is awesome. He has always been there for me when I've had a problem. Also the hygienist is the best! I've had upper dentures made by Dr Stratford and everyone tells me they thought they were my real teeth. His office is wonderful and I usually don't like going to the dentist, but going there is never a problem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-portrait-side-view_23-2149442258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-portrait-side-view_23-2149442258.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
handle: "@charlene_c",
|
||||
testimonial: "Dr Stratford's practice is the best! My husband and I have been so pleased every time we go to the office. Dr Stratford is a perfectionist and takes the time to do an excellent job. The office always accommodates us when we need other than routine care. The office staff and the hygienist are top-notch too. You'll never dread going to the dentist again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538709.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -188,7 +188,7 @@ export default function HomePage() {
|
||||
handle: "@james_m",
|
||||
testimonial: "I've been a patient at Stratford for years and they consistently deliver outstanding care. The staff remembers my preferences and concerns, making every visit feel personalized. The office is immaculate and the technology is state-of-the-art. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function ReviewsPage() {
|
||||
<HeroOverlay
|
||||
title="Patient Testimonials & Reviews"
|
||||
description="Hear directly from our valued patients about their experience with Stratford Family Dental. Their stories reflect our commitment to exceptional care, comfort, and building lasting relationships."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=4"
|
||||
imageAlt="Modern welcoming dental office interior"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -107,7 +107,7 @@ export default function ReviewsPage() {
|
||||
handle: "@levi_d",
|
||||
testimonial: "The Stratford staff are wonderful people. They make a dental experience very comforting and pay a lot of attention to your needs and your personal dental situation. They are very personable and you know that you are getting their full attention whenever you go there. They have that personal touch that is so rare to find in dentistry these days and you won't find a more knowledgeable and kind group of people. I highly recommend them. They make a person feel like an important patient and a person, not just another set of teeth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -115,7 +115,7 @@ export default function ReviewsPage() {
|
||||
handle: "@joy_s",
|
||||
testimonial: "Dr Stratford is awesome. He has always been there for me when I've had a problem. Also the hygienist is the best! I've had upper dentures made by Dr Stratford and everyone tells me they thought they were my real teeth. His office is wonderful and I usually don't like going to the dentist, but going there is never a problem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-portrait-side-view_23-2149442258.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-portrait-side-view_23-2149442258.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -123,7 +123,7 @@ export default function ReviewsPage() {
|
||||
handle: "@charlene_c",
|
||||
testimonial: "Dr Stratford's practice is the best! My husband and I have been so pleased every time we go to the office. Dr Stratford is a perfectionist and takes the time to do an excellent job. The office always accommodates us when we need other than routine care. The office staff and the hygienist are top-notch too. You'll never dread going to the dentist again!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538709.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538709.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -131,7 +131,7 @@ export default function ReviewsPage() {
|
||||
handle: "@james_m",
|
||||
testimonial: "I've been a patient at Stratford for years and they consistently deliver outstanding care. The staff remembers my preferences and concerns, making every visit feel personalized. The office is immaculate and the technology is state-of-the-art. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function ServicesPage() {
|
||||
<HeroOverlay
|
||||
title="Our Comprehensive Dental Services"
|
||||
description="From routine cleanings to specialized cosmetic treatments, we offer a full spectrum of dental services designed to meet your family's unique needs. Every service is delivered with the highest standards of care and comfort."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=3"
|
||||
imageAlt="Modern welcoming dental office interior"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -105,37 +105,37 @@ export default function ServicesPage() {
|
||||
id: 1,
|
||||
title: "Family Dentistry",
|
||||
description: "Comprehensive dental care for patients of all ages, focusing on preventive treatment and building healthy habits for the whole family.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cutie-little-baby-girls-dentist-chair-children-dental_627829-9361.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Teeth Cleanings",
|
||||
description: "Professional cleanings to maintain optimal oral health, remove plaque and tartar, and prevent dental disease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Cosmetic Dentistry",
|
||||
description: "Enhance your smile with teeth whitening, veneers, and other cosmetic treatments designed to boost your confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/instagram-story-dental-clinic-promotion_23-2152010291.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/instagram-story-dental-clinic-promotion_23-2152010291.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Dentures",
|
||||
description: "Custom-crafted dentures that look natural and fit comfortably, restoring your smile and ability to eat and speak.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053280.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053280.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Emergency Dental Care",
|
||||
description: "Immediate care for dental emergencies, including pain relief and urgent treatment to protect your teeth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Fillings & Restorations",
|
||||
description: "Modern, durable restorations to repair cavities and restore teeth to full function and appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23508.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23508.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user