diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4d12a63..6795dc0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,6 @@ import { Inter } from "next/font/google"; import { DM_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; const halant = Halant({ @@ -24,16 +23,16 @@ const dmSans = DM_Sans({ }); export const metadata: Metadata = { - title: "Caribbean Flair Island Jerk Grill | Authentic Jamaican Food | Lehigh Acres", - description: "Premium authentic Jamaican island fusion food truck in Lehigh Acres, FL. Jerk chicken, curry shrimp, conch fritters & more. Black & women-owned by Teria Bryant & Deb Farrell. Order online today!", + title: 'CaribbeanFlair1', + description: 'Caribbean vibes wrapped in a truck', keywords: "jamaican food, jerk chicken, caribbean restaurant, food truck, lehigh acres, authentic jamaican cuisine, curry shrimp, conch fritters, black owned business, women owned business", metadataBase: new URL("https://caribbeanflairgrill.com"), alternates: { canonical: "https://caribbeanflairgrill.com", }, openGraph: { - title: "Caribbean Flair Island Jerk Grill - Authentic Jamaican Island Flavors", - description: "Experience authentic Caribbean fusion. Fresh jerk meats, curry dishes & island soul food. Premium food truck in Lehigh Acres, FL.", + title: 'CaribbeanFlair1', + description: 'Caribbean vibes wrapped in a truck', url: "https://caribbeanflairgrill.com", siteName: "Caribbean Flair Island Jerk Grill", type: "website", @@ -46,9 +45,9 @@ export const metadata: Metadata = { }, twitter: { card: "summary_large_image", - title: "Caribbean Flair Island Jerk Grill - Authentic Jamaican Flavors", - description: "Order authentic Caribbean food truck fare. Jerk, curry, and soul food made with love.", - images: ["http://img.b2bpic.net/free-vector/summer-label-collectio_23-2148160410.jpg"], + title: 'CaribbeanFlair1', + description: 'Caribbean vibes wrapped in a truck', + images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1774030817217-k2yjqe0c.png"], }, robots: { index: true, @@ -67,7 +66,7 @@ export default function RootLayout({ - + {children}