Update src/app/layout.tsx
This commit is contained in:
@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Kings Super Buffet - Luxury All-You-Can-Eat Dining",
|
||||
description: "Experience exceptional Asian cuisine at Kings Super Buffet. Premium fresh seafood, Mongolian grill, sushi bar, and 150+ dishes daily. Unbeatable value and quality.",
|
||||
keywords: "Chinese buffet, all you can eat, seafood buffet, Mongolian grill, luxury dining, Fort Lauderdale",
|
||||
metadataBase: new URL("https://kingssuperbuffet.com"),
|
||||
title: "Kings Super Buffet - Luxury All-You-Can-Eat Dining", description: "Experience exceptional Asian cuisine at Kings Super Buffet. Premium fresh seafood, Mongolian grill, sushi bar, and 150+ dishes daily. Unbeatable value and quality.", keywords: "Chinese buffet, all you can eat, seafood buffet, Mongolian grill, luxury dining, Fort Lauderdale", metadataBase: new URL("https://kingssuperbuffet.com"),
|
||||
alternates: {
|
||||
canonical: "https://kingssuperbuffet.com",
|
||||
},
|
||||
canonical: "https://kingssuperbuffet.com"},
|
||||
openGraph: {
|
||||
title: "Kings Super Buffet - Premium All-You-Can-Eat Experience",
|
||||
description: "Discover luxury buffet dining with exceptional variety, fresh ingredients, and unbeatable value. From premium seafood to gourmet Mongolian grill.",
|
||||
url: "https://kingssuperbuffet.com",
|
||||
siteName: "Kings Super Buffet",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Kings Super Buffet - Premium All-You-Can-Eat Experience", description: "Discover luxury buffet dining with exceptional variety, fresh ingredients, and unbeatable value. From premium seafood to gourmet Mongolian grill.", url: "https://kingssuperbuffet.com", siteName: "Kings Super Buffet", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/dinner-set-with-sushi-soup-fried-chicken-meat-with-potatoes-cake_141793-589.jpg",
|
||||
alt: "Kings Super Buffet premium dining experience",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/dinner-set-with-sushi-soup-fried-chicken-meat-with-potatoes-cake_141793-589.jpg", alt: "Kings Super Buffet premium dining experience"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Kings Super Buffet - Luxury All-You-Can-Eat Dining",
|
||||
description: "Experience exceptional Asian cuisine with premium fresh seafood and 150+ dishes daily.",
|
||||
images: ["http://img.b2bpic.net/free-photo/dinner-set-with-sushi-soup-fried-chicken-meat-with-potatoes-cake_141793-589.jpg"],
|
||||
card: "summary_large_image", title: "Kings Super Buffet - Luxury All-You-Can-Eat Dining", description: "Experience exceptional Asian cuisine with premium fresh seafood and 150+ dishes daily.", images: ["http://img.b2bpic.net/free-photo/dinner-set-with-sushi-soup-fried-chicken-meat-with-potatoes-cake_141793-589.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1435,4 +1418,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user