Merge version_1 into main #1
@@ -80,7 +80,7 @@ export default function ContactPage() {
|
||||
{ text: "Email sturen", href: "mailto:info@vilaincarolinetandarts.be" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg?_wi=4"
|
||||
imageAlt="Contact our dental clinic"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
|
||||
@@ -1,27 +1,62 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Vilain Caroline Tandarts | Tandarts in Belsele",
|
||||
description: "Persoonlijke tandzorg in Belsele. Meer dan 20 jaar ervaring, kindvriendelijke praktijk en nieuwe patiënten welkom. Neem vandaag nog contact op.",
|
||||
keywords: "tandarts belsele, tandarts sint niklaas, tandarts nieuwe patiënten, kindertandarts, dentist belgium",
|
||||
metadataBase: new URL("https://vilaincarolinetandarts.be"),
|
||||
alternates: {
|
||||
canonical: "https://vilaincarolinetandarts.be",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Vilain Caroline Tandarts",
|
||||
description: "Persoonlijke, zorgvuldige tandheelkunde in Belsele met meer dan 20 jaar ervaring.",
|
||||
url: "https://vilaincarolinetandarts.be",
|
||||
siteName: "Vilain Caroline Tandarts",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg",
|
||||
alt: "Vilain Caroline Tandarts clinic",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Vilain Caroline Tandarts",
|
||||
description: "Persoonlijke tandheelkunde in Belsele - uw vertrouwde tandarts",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -126,21 +126,21 @@ export default function NewPatientsPage() {
|
||||
id: "intake",
|
||||
title: "Intake en kennismaking",
|
||||
description: "We nemen de tijd om u beter te leren kennen en uw tandgezondheidsdoelstellingen te begrijpen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg?_wi=3",
|
||||
imageAlt: "Intake consultation",
|
||||
},
|
||||
{
|
||||
id: "examination",
|
||||
title: "Grondige tandonderzoek",
|
||||
description: "We voeren een uitgebreid onderzoek uit om uw tandgezondheidstoestand in kaart te brengen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-discussing-with-dentist-dental-cabinet-about-teeth-issue-sitting-chair-medical-teeth-care-taker-discussing-with-senior-woman-about-mouth-hygiene_482257-12556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-discussing-with-dentist-dental-cabinet-about-teeth-issue-sitting-chair-medical-teeth-care-taker-discussing-with-senior-woman-about-mouth-hygiene_482257-12556.jpg?_wi=3",
|
||||
imageAlt: "Dental examination",
|
||||
},
|
||||
{
|
||||
id: "plan",
|
||||
title: "Gepersonaliseerd behandelplan",
|
||||
description: "U ontvangt een duidelijk plan met alle benodigde behandelingen en kosteninformatie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg?_wi=4",
|
||||
imageAlt: "Treatment planning",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -57,7 +57,7 @@ export default function HomePage() {
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg?_wi=1"
|
||||
imageAlt="Luxe dental clinic interior"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
@@ -106,21 +106,21 @@ export default function HomePage() {
|
||||
id: "general",
|
||||
title: "Algemene tandheelkunde",
|
||||
description: "Controle, tandreiniging en preventieve zorg voor een gezond gebit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-discussing-with-dentist-dental-cabinet-about-teeth-issue-sitting-chair-medical-teeth-care-taker-discussing-with-senior-woman-about-mouth-hygiene_482257-12556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-discussing-with-dentist-dental-cabinet-about-teeth-issue-sitting-chair-medical-teeth-care-taker-discussing-with-senior-woman-about-mouth-hygiene_482257-12556.jpg?_wi=1",
|
||||
imageAlt: "General dentistry treatment room"
|
||||
},
|
||||
{
|
||||
id: "aesthetic",
|
||||
title: "Esthetische tandheelkunde",
|
||||
description: "Voor een natuurlijke en stralende glimlach. Behandelingen afgestemd op uw wensen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg?_wi=1",
|
||||
imageAlt: "Aesthetic dentistry consultation"
|
||||
},
|
||||
{
|
||||
id: "children",
|
||||
title: "Kindertandheelkunde",
|
||||
description: "Een rustige en vriendelijke eerste tandarts ervaring voor uw kinderen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg?_wi=2",
|
||||
imageAlt: "Child-friendly dental clinic"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -80,21 +80,21 @@ export default function ServicesPage() {
|
||||
id: "general",
|
||||
title: "Algemene tandheelkunde",
|
||||
description: "Controle, tandreiniging en preventieve zorg voor een gezond gebit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-discussing-with-dentist-dental-cabinet-about-teeth-issue-sitting-chair-medical-teeth-care-taker-discussing-with-senior-woman-about-mouth-hygiene_482257-12556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-discussing-with-dentist-dental-cabinet-about-teeth-issue-sitting-chair-medical-teeth-care-taker-discussing-with-senior-woman-about-mouth-hygiene_482257-12556.jpg?_wi=2",
|
||||
imageAlt: "General dentistry treatment room",
|
||||
},
|
||||
{
|
||||
id: "aesthetic",
|
||||
title: "Esthetische tandheelkunde",
|
||||
description: "Voor een natuurlijke en stralende glimlach. Behandelingen afgestemd op uw wensen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-measuring-plastic-teeth-model-with-vernier-caliper-near-female-patient_23-2147862043.jpg?_wi=2",
|
||||
imageAlt: "Aesthetic dentistry consultation",
|
||||
},
|
||||
{
|
||||
id: "children",
|
||||
title: "Kindertandheelkunde",
|
||||
description: "Een rustige en vriendelijke eerste tandarts ervaring voor uw kinderen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-hospital-social-media-cover-template_23-2149626249.jpg?_wi=3",
|
||||
imageAlt: "Child-friendly dental clinic",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user