From 66819a1ac4cb0000dfd55f8f2e49ea99ca02109f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:27:29 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1420 +------------------------------------------- 1 file changed, 8 insertions(+), 1412 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4688024..6571c09 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1424 +1,21 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Mulish } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import "@/styles/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 mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Secrets Gelato Naturale – Beste Eisdiele Heilbronn | 100% Naturgelato", description: "Entdecke cremiges, 100% natürliches Gelato in Heilbronn – ohne Zusatzstoffe. 4,9 Sterne ★ – Kirchbrunnenstraße 29. Jetzt vorbeikommen!", keywords: "Gelato Heilbronn, Eisdiele, natürliches Eis, Gelato naturale, Premium-Eiscafé, glutenfrei, hausgemacht, Heilbronn Eis, beste Eisdiele", metadataBase: new URL("https://www.secretsgelatonaturale.de"), - alternates: { - canonical: "https://www.secretsgelatonaturale.de"}, - openGraph: { - title: "Secrets Gelato Naturale – Heilbronns beste Eisdiele", description: "Cremiges, 100% natürliches Gelato ohne Konservierungsstoffe. 4,9 Sterne Bewertung. Kirchbrunnenstraße 29.", url: "https://www.secretsgelatonaturale.de", siteName: "Secrets Gelato Naturale", images: [ - { - url: "http://img.b2bpic.net/free-photo/ice-cream-cone_169016-3419.jpg", alt: "Frisch geschöpfte Gelato-Kugeln"}, - ], - type: "website"}, - twitter: { - card: "summary_large_image", title: "Secrets Gelato Naturale – Beste Eisdiele Heilbronn", description: "100% natürliches Gelato ohne Zusatzstoffe. 4,9 Sterne ★", images: ["http://img.b2bpic.net/free-photo/ice-cream-cone_169016-3419.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Secrets Gelato Naturale – Handgemachtes Gelato in Heilbronn", description: + "Dein Geheimnis für perfektes Gelato: 100% natürlich, hausgemacht, ohne Konservierungsstoffe. 4,9 Sterne bei Google. Besuche Secrets Gelato Naturale in Heilbronn."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -