Update src/app/layout.tsx

This commit is contained in:
2026-03-03 11:47:50 +00:00
parent 1841563a3b
commit 91de38d191

View File

@@ -14,14 +14,14 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Al Ponte Albergo | Panoramic Hotel Lake Lugano, Ticino", description: "Discover Al Ponte Albergo: affordable comfort with stunning Lake Lugano views. 23 rooms, family-friendly suites, apartments. Book your perfect stay in Southern Switzerland today.", keywords: "Lake Lugano hotel, hotel panoramic view Lugano, budget hotel Ticino, family hotel Switzerland, hotel balcony Lake Lugano, apartment hotel Lugano, Al Ponte Albergo", openGraph: {
title: "Al Ponte Albergo Panoramic Hotel on Lake Lugano", description: "Smart comfort, stunning views. Experience Southern Switzerland at Al Ponte Albergo with rooms, apartments, and unforgettable lake vistas.", type: "website", siteName: "Al Ponte Albergo", images: [
title: "Al Ponte Albergo | Panoramic Hotel Lake Lugano, Ticino", description: "Discover Al Ponte Albergo: luxury lakeside retreat with stunning panoramic views. Minimalist design meets Alpine elegance in Southern Switzerland.", keywords: "Lake Lugano hotel, luxury hotel Ticino, panoramic views, Swiss minimalism, boutique hotel, Al Ponte Albergo", openGraph: {
title: "Al Ponte Albergo Panoramic Luxury on Lake Lugano", description: "Cinematic minimalism. Unforgettable views. Experience quiet luxury at Al Ponte Albergo.", type: "website", siteName: "Al Ponte Albergo", images: [
{
url: "http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg", alt: "Panoramic view of Lake Lugano from Al Ponte Albergo"},
],
},
twitter: {
card: "summary_large_image", title: "Al Ponte Albergo Your Lakeside Escape", description: "Panoramic rooms and apartments overlooking Lake Lugano in Ticino, Switzerland.", images: ["http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"],
card: "summary_large_image", title: "Al Ponte Albergo Your Lakeside Escape", description: "Panoramic rooms overlooking Lake Lugano in Ticino, Switzerland.", images: ["http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"],
},
};
@@ -33,9 +33,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<Tag />
{children}