Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-08 15:21:48 +00:00

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Lora, Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
import { Tag } from "@/components/tag/Tag";
const lora = Lora({
variable: "--font-lora", subsets: ["latin"],
@@ -27,19 +25,16 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${lora.variable} ${poppins.variable}`}>
<ServiceWrapper>
<Tag />
{children}
<script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: JSON.stringify({
"@context": "https://schema.org", "@type": "Restaurant", name: "Aishazza Restaurant", image: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg", description: "Authentic Central Asian Cuisine in Jumeirah Lake Towers, Dubai", address: {
{children}
<script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: JSON.stringify({
"@context": "https://schema.org", "@type": "Restaurant", name: "Aishazza Restaurant", image: "http://img.b2bpic.net/free-photo/fried-fish-fillet-placed-avocado-slices-sauce-topped-with-tomato-olive-fish-skin_141793-2236.jpg", description: "Authentic Central Asian Cuisine in Jumeirah Lake Towers, Dubai", address: {
"@type": "PostalAddress", streetAddress: "Jumeirah Lake Towers", addressLocality: "Dubai", addressCountry: "AE"},
telephone: "+971 4 XXX XXXX", cuisineType: "Central Asian", priceRange: "$$"}),
}}
/>
</ServiceWrapper>
telephone: "+971 4 XXX XXXX", cuisineType: "Central Asian", priceRange: "$$"}),
}}
/>
<script
dangerouslySetInnerHTML={{