From 1e695de2b9f70e1f6250fccdf3a841182b8fba05 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 19:10:52 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e1af54c..c8f9f2c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,20 +5,13 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const interTight = Inter_Tight({ - variable: "--font-inter-tight", - subsets: ["latin"], + variable: "--font-inter-tight", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "LuxeStay - Luxury Beachfront Resort & Hotel", - description: "Experience premium hospitality at LuxeStay. Book your luxury beachfront stay with world-class amenities, fine dining, and unforgettable moments.", - keywords: "luxury hotel, beachfront resort, premium accommodation, five-star hotel", - openGraph: { - title: "LuxeStay - Luxury Beachfront Resort", - description: "Experience world-class hospitality and unforgettable moments at our premium beachfront resort", - siteName: "LuxeStay", - type: "website" + title: "LuxeStay - Luxury Beachfront Resort & Hotel", description: "Experience premium hospitality at LuxeStay. Book your luxury beachfront stay with world-class amenities, fine dining, and unforgettable moments.", keywords: "luxury hotel, beachfront resort, premium accommodation, five-star hotel", openGraph: { + title: "LuxeStay - Luxury Beachfront Resort", description: "Experience world-class hospitality and unforgettable moments at our premium beachfront resort", siteName: "LuxeStay", type: "website" }, robots: { index: true, @@ -1261,4 +1254,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}