From cfc2c95c5bf2ba2bb4523b7f0422eba849f66b18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:19 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fbec80d..fdd715b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -121,4 +121,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 66b42a31a8f0b3f8bb96e9ca00497eabfd5abdb0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:20 +0000 Subject: [PATCH 2/5] Update src/app/accommodations/page.tsx --- src/app/accommodations/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/accommodations/page.tsx b/src/app/accommodations/page.tsx index 0e64b56..8117a43 100644 --- a/src/app/accommodations/page.tsx +++ b/src/app/accommodations/page.tsx @@ -106,4 +106,4 @@ export default function AccommodationsPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 4785ecd3d058f6b25ae98d9444c10b4d110bad75 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:20 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 60 ++++++---------------------------------------- 1 file changed, 7 insertions(+), 53 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da9ff91..341c0dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,62 +1,17 @@ import type { Metadata } from "next"; -import { Public_Sans } from "next/font/google"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); +import "./styles/globals.css"; export const metadata: Metadata = { - title: "Alpine Calm – Luxury Swiss Boutique Hotel & Apartments", - description: "Experience serene alpine luxury at Alpine Calm, a design-forward boutique hotel in Switzerland. Premium rooms and serviced apartments with panoramic mountain views.", - keywords: "Swiss boutique hotel, alpine accommodation, luxury retreat, mountain lodge, Switzerland", - robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Alpine Calm – Luxury Swiss Boutique Hotel", - description: "Discover serene alpine luxury with panoramic mountain views, refined design, and authentic Swiss hospitality.", - type: "website", - siteName: "Alpine Calm", - images: [ - { - url: "http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg", - alt: "Alpine Calm luxury hotel with mountain views", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Alpine Calm – Swiss Boutique Hotel", - description: "Experience serenity at our design-forward alpine retreat with panoramic mountain views.", - images: ["http://img.b2bpic.net/free-photo/beautiful-view-lake-gosauseen-dachstein-austria-surrounded-by-lush-trees-snowy-mountains_181624-61350.jpg"], - }, -}; + title: "Alpine Calm - Swiss Alpine Retreat", description: "Experience alpine serenity at Alpine Calm, a luxury Swiss retreat designed for quiet moments and panoramic mountain beauty.", keywords: "alpine, hotel, retreat, Switzerland, luxury, mountain"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}