Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0869e460f7 | |||
| 27effc9427 | |||
| 7aae03d412 | |||
| f4500bdf35 | |||
| 3b57b6ca00 |
@@ -4,15 +4,14 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Mazar Supermarkt Houthalen | Versheid & Authentieke Smaken',
|
||||
description: 'Bezoek Mazar Supermarkt in Houthalen voor dagelijks vers brood, groenten, fruit en de lekkerste oosterse producten.',
|
||||
title: "Mazar Supermarkt Houthalen | Versheid & Authentieke Smake",
|
||||
description: "Bezoek Mazar Supermarkt in Houthalen voor dagelijks vers brood, groenten, fruit en de lekkerste oosterse producten.",
|
||||
openGraph: {
|
||||
"title": "Mazar Supermarkt Houthalen",
|
||||
"description": "Jouw vertrouwde buurtsupermarkt voor verse producten en oosterse lekkernijen.",
|
||||
@@ -35,7 +34,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -215,4 +215,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user