Merge version_2 into main #4
@@ -1,44 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Raf Dent - Stomatolog Mińsk Mazowiecki | Implanty, Ortodoncja, Protetyka", description: "Klinika Raf Dent w Mińsku Mazowieckim - implanty, ortodoncja, protetyka, chirurgia i leczenie kanałowe pod mikroskopem. Ponad 50 lat doświadczenia. Zadzwoń: +48 25 7581608", keywords: "stomatolog Mińsk Mazowiecki, dentysta Mińsk Mazowiecki, implanty Mińsk Mazowiecki, ortodonta Mińsk Mazowiecki, protetyka Mińsk Mazowiecki, chirurgia stomatologiczna, leczenie kanałowe", openGraph: {
|
||||
title: "Raf Dent - Nowoczesna Stomatologia w Mińsku Mazowieckim", description: "Kompleksowa opieka dentystyczna - implanty, ortodoncja, protetyka. Ponad 50 lat doświadczenia. Profesjonalny zespół specjalistów.", siteName: "Raf Dent", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Raf Dent - Stomatolog Mińsk Mazowiecki", description: "Nowoczesne usługi stomatologiczne - implanty, ortodoncja, protetyka. Zadzwoń: +48 25 7581608"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
title: 'Raf Dent - Gabinet Stomatologiczny',
|
||||
description: 'Kompleksowa opieka dentystyczna dla całej rodziny – ponad 50 lat doświadczenia',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="pl">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1406,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -184,20 +184,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Skontaktuj się"
|
||||
tag="Zadzwoń teraz"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Zadzwoń i Umów Wizytę"
|
||||
description="Kontakt wyłącznie telefoniczny. Nasz zespół czeka na Twój telefon. Godziny otwarcia: Pn-Pt 8:00-20:00, Sobota 8:00-14:00."
|
||||
title="Umów Wizytę Telefonicznie"
|
||||
description="Nasz zespół czeka na Twój telefon. Zadzwoń do nas, aby umówić wizytę lub uzyskać konsultację. Godziny otwarcia: Poniedziałek–Piątek 8:00–20:00, Sobota 8:00–14:00."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crowded-stomatology-waiting-area-with-people-filling-form-dental-consultation_482257-4858.jpg"
|
||||
imageAlt="Lokalizacja kliniki Raf Dent - centrum Mińska Mazowieckiego"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Twój numer telefonu"
|
||||
buttonText="Skontaktuj się"
|
||||
termsText="Zadzwoń do nas lub czekaj na nasz kontakt. Godziny otwarcia: Poniedziałek–Piątek 8:00–20:00, Sobota 8:00–14:00, Niedziela nieczynne."
|
||||
inputPlaceholder="+48 25 7581608"
|
||||
buttonText="Zadzwoń Teraz"
|
||||
termsText="Numer telefonu: +48 25 7581608 | +48 25 7581603. Godziny otwarcia: Poniedziałek–Piątek 8:00–20:00, Sobota 8:00–14:00, Niedziela nieczynne. Zadzwoń bezpośrednio do nas!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user