Merge version_2 into main #3
@@ -16,28 +16,27 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3", subsets: ["latin"]
|
||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Rosslyn Inn & Suites | Luxury Hotel Accommodations", description: "Experience timeless comfort at Rosslyn Inn and Suites. Luxury rooms, world-class amenities, and personalized hospitality. Book your perfect stay today.", keywords: "hotel, accommodation, luxury rooms, hospitality, booking, suites", metadataBase: new URL("https://www.rosslyninn.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.rosslyninn.com"
|
||||
},
|
||||
canonical: "https://www.rosslyninn.com"},
|
||||
openGraph: {
|
||||
title: "Rosslyn Inn & Suites | Premium Hotel Experience", description: "Discover luxury accommodations, fine dining, spa services, and exceptional hospitality.", url: "https://www.rosslyninn.com", siteName: "Rosslyn Inn & Suites", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", alt: "Elegant hotel lobby at Rosslyn Inn and Suites"
|
||||
}
|
||||
]
|
||||
url: "http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg", alt: "Elegant hotel lobby at Rosslyn Inn and Suites"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Rosslyn Inn & Suites | Luxury Hotel", description: "Book your luxury stay with premium rooms, amenities, and hospitality.", images: ["http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg"]
|
||||
card: "summary_large_image", title: "Rosslyn Inn & Suites | Luxury Hotel", description: "Book your luxury stay with premium rooms, amenities, and hospitality.", images: [
|
||||
"http://img.b2bpic.net/free-photo/business-professional-finding-new-ideas-forge-international-partnership-before-attending-conference-hotel-lounge-area-ceo-taking-notes-preparing-important-speech_482257-68049.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -48,9 +47,12 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<script async src="https://cdn.jsdelivr.net/npm/workbox-window@7/build/workbox-window.umd.js"></script>
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/workbox-window@7/build/workbox-window.umd.js"
|
||||
></script>
|
||||
<script>
|
||||
{
|
||||
{`
|
||||
if ('serviceWorker' in navigator) {
|
||||
window.addEventListener('load', async () => {
|
||||
try {
|
||||
@@ -61,10 +63,10 @@ export default function RootLayout({
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
`}
|
||||
</script>
|
||||
<script>
|
||||
{
|
||||
{`
|
||||
if (typeof window !== 'undefined' && 'performance' in window) {
|
||||
window.addEventListener('load', () => {
|
||||
const perfData = window.performance.timing;
|
||||
@@ -102,7 +104,7 @@ export default function RootLayout({
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
`}
|
||||
</script>
|
||||
</head>
|
||||
<ServiceWrapper>
|
||||
@@ -1482,4 +1484,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user