Merge version_2 into main #5
@@ -1,12 +1,10 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Griddle - Bold Flavors, Affordable Meals", description:
|
||||
"Rice bowls, pasta, grilled chicken & mocktails near BRAC University. Order on Foodpanda or call 01331-402043.", metadataBase: new URL("https://griddle.com"),
|
||||
title: "Griddle - Bold Flavors, Affordable Meals", description: "Rice bowls, pasta, grilled chicken & mocktails near BRAC University. Order on Foodpanda or call 01331-402043.", metadataBase: new URL("https://griddle.com"),
|
||||
openGraph: {
|
||||
title: "Griddle - Bold Flavors, Affordable Meals", description:
|
||||
"Rice bowls, pasta, grilled chicken & mocktails near BRAC University. Order on Foodpanda or call 01331-402043."},
|
||||
title: "Griddle - Bold Flavors, Affordable Meals", description: "Rice bowls, pasta, grilled chicken & mocktails near BRAC University. Order on Foodpanda or call 01331-402043."
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -22,7 +20,6 @@ export default function RootLayout({
|
||||
</head>
|
||||
<body>
|
||||
{children}
|
||||
<Analytics />
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user