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 +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a792fc..641ade7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -42,7 +42,7 @@ export default function LandingPage() {
@@ -60,8 +61,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +}