|
|
|
@@ -4,15 +4,14 @@ import { Inter } from "next/font/google";
|
|
|
|
import "./globals.css";
|
|
|
|
import "./globals.css";
|
|
|
|
import "@/lib/gsap-setup";
|
|
|
|
import "@/lib/gsap-setup";
|
|
|
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
|
|
|
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
|
|
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
|
|
|
import { Roboto } from "next/font/google";
|
|
|
|
import { Roboto } from "next/font/google";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
title: 'Mazar Supermarkt Houthalen | Versheid & Authentieke Smaken',
|
|
|
|
title: "Mazar Supermarkt Houthalen | Versheid & Authentieke Smake",
|
|
|
|
description: 'Bezoek Mazar Supermarkt in Houthalen voor dagelijks vers brood, groenten, fruit en de lekkerste oosterse producten.',
|
|
|
|
description: "Bezoek Mazar Supermarkt in Houthalen voor dagelijks vers brood, groenten, fruit en de lekkerste oosterse producten.",
|
|
|
|
openGraph: {
|
|
|
|
openGraph: {
|
|
|
|
"title": "Mazar Supermarkt Houthalen",
|
|
|
|
"title": "Mazar Supermarkt Houthalen",
|
|
|
|
"description": "Jouw vertrouwde buurtsupermarkt voor verse producten en oosterse lekkernijen.",
|
|
|
|
"description": "Jouw vertrouwde buurtsupermarkt voor verse producten en oosterse lekkernijen.",
|
|
|
|
@@ -35,7 +34,7 @@ export default function RootLayout({
|
|
|
|
<html lang="en" suppressHydrationWarning>
|
|
|
|
<html lang="en" suppressHydrationWarning>
|
|
|
|
<ServiceWrapper>
|
|
|
|
<ServiceWrapper>
|
|
|
|
<body className={`${roboto.variable} antialiased`}>
|
|
|
|
<body className={`${roboto.variable} antialiased`}>
|
|
|
|
<Tag />
|
|
|
|
|
|
|
|
{children}
|
|
|
|
{children}
|
|
|
|
<script
|
|
|
|
<script
|
|
|
|
dangerouslySetInnerHTML={{
|
|
|
|
dangerouslySetInnerHTML={{
|
|
|
|
|