diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f91cef7..d699991 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,52 +8,36 @@ 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 manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Chuchichäschtli Swiss House — Fine Dining in Hurghada | 4.7★", - description: "Award-winning Swiss fine dining restaurant in Hurghada. Experience hot stone beef, authentic fondue, and Swiss hospitality. Reservations: 011 13489944.", - keywords: "Swiss restaurant Hurghada, fine dining Red Sea, hot stone beef, fondue, Swiss cuisine Egypt", - metadataBase: new URL("https://chuchichäschtli.eg"), + title: "Chuchichäschtli Swiss House — Fine Dining in Hurghada | 4.7★", description: "Award-winning Swiss fine dining restaurant in Hurghada. Experience hot stone beef, authentic fondue, and Swiss hospitality. Reservations: 011 13489944.", keywords: "Swiss restaurant Hurghada, fine dining Red Sea, hot stone beef, fondue, Swiss cuisine Egypt", metadataBase: new URL("https://chuchichäschtli.eg"), alternates: { canonical: "https://chuchichäschtli.eg" }, openGraph: { - title: "Chuchichäschtli Swiss House — Authentic Alpine Fine Dining", - description: "Award-winning Swiss cuisine in Hurghada. Hot stone beef, traditional fondue, genuine hospitality. 4.7★ from 1,248 guests.", - url: "https://chuchichäschtli.eg", - siteName: "Chuchichäschtli Swiss House", - type: "restaurant", - images: [ + title: "Chuchichäschtli Swiss House — Authentic Alpine Fine Dining", description: "Award-winning Swiss cuisine in Hurghada. Hot stone beef, traditional fondue, genuine hospitality. 4.7★ from 1,248 guests.", url: "https://chuchichäschtli.eg", siteName: "Chuchichäschtli Swiss House", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/toast-slice-with-cherry-tomatoes_23-2148698638.jpg", - alt: "Hot stone beef fillet at Chuchichäschtli" + url: "http://img.b2bpic.net/free-photo/toast-slice-with-cherry-tomatoes_23-2148698638.jpg", alt: "Hot stone beef fillet at Chuchichäschtli" } ] }, twitter: { - card: "summary_large_image", - title: "Chuchichäschtli — Swiss Fine Dining in Hurghada", - description: "Experience authentic Alpine cuisine and premium hospitality. 4.7★ rated.", - images: ["http://img.b2bpic.net/free-photo/toast-slice-with-cherry-tomatoes_23-2148698638.jpg"] + card: "summary_large_image", title: "Chuchichäschtli — Swiss Fine Dining in Hurghada", description: "Experience authentic Alpine cuisine and premium hospitality. 4.7★ rated.", images: ["http://img.b2bpic.net/free-photo/toast-slice-with-cherry-tomatoes_23-2148698638.jpg"] }, robots: { index: true, @@ -2812,4 +2796,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}