diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 643a92b..8f39336 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -57,9 +57,7 @@ export default function ContactPage() { brandName="Alpine Haven" navItems={navItems} button={{ - text: "Book Now", - href: "#", - }} + text: "Book Now", href: "#"}} className="fixed top-0 left-0 right-0 z-50" buttonClassName="text-xs uppercase tracking-wide" /> @@ -70,25 +68,13 @@ export default function ContactPage() { features={[ { id: 1, - title: "Phone", - description: "Call us directly at +41 (0)33 856 80 00 for immediate assistance. Our multilingual concierge team is available 24/7 to answer questions and help with bookings.", - imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg?_wi=3", - imageAlt: "Contact by phone", - }, + title: "Phone", description: "Call us directly at +41 (0)33 856 80 00 for immediate assistance. Our multilingual concierge team is available 24/7 to answer questions and help with bookings.", imageSrc: "http://img.b2bpic.net/free-photo/light-through-mountains_395237-33.jpg?_wi=3", imageAlt: "Contact by phone"}, { id: 2, - title: "Email", - description: "Reach us at info@alpinehaven.ch for detailed inquiries, group bookings, or special requests. We respond to all emails within 24 hours during business hours.", - imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg?_wi=3", - imageAlt: "Email contact", - }, + title: "Email", description: "Reach us at info@alpinehaven.ch for detailed inquiries, group bookings, or special requests. We respond to all emails within 24 hours during business hours.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-landscape-ukrainian-carpathian-mountains_176420-7175.jpg?_wi=3", imageAlt: "Email contact"}, { id: 3, - title: "Visit Us", - description: "Alpine Haven, Dorfstrasse 42, 3822 Wilderswil, Switzerland. Nestled in the Bernese Oberland region with direct access to alpine trails and Swiss village charm.", - imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg?_wi=3", - imageAlt: "Our location", - }, + title: "Visit Us", description: "Alpine Haven, Dorfstrasse 42, 3822 Wilderswil, Switzerland. Nestled in the Bernese Oberland region with direct access to alpine trails and Swiss village charm.", imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-view-mountains-covered-snow-sunrise_181624-15487.jpg?_wi=3", imageAlt: "Our location"}, ]} title="Get In Touch" description="We're delighted to assist with your alpine retreat. Connect with our team through any of these channels." diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e434ee..a08e91a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", - subsets: ["latin"], + variable: "--font-source-sans-3", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Alpine Haven – Boutique Hotel & Apartments in Switzerland", - description: "Discover refined alpine luxury in the heart of Switzerland. Panoramic mountain views, serviced apartments, and peaceful Swiss hospitality await at Alpine Haven.", - keywords: "boutique hotel Switzerland, alpine resort, luxury accommodation, serviced apartments, mountain views", - robots: { + title: "Alpine Haven – Boutique Hotel & Apartments in Switzerland", description: "Discover refined alpine luxury in the heart of Switzerland. Panoramic mountain views, serviced apartments, and peaceful Swiss hospitality await at Alpine Haven.", keywords: "boutique hotel Switzerland, alpine resort, luxury accommodation, serviced apartments, mountain views", robots: { index: true, follow: true, }, openGraph: { - title: "Alpine Haven – Swiss Luxury Retreat", - description: "Experience panoramic alpine views and refined hospitality in Switzerland's most serene boutique hotel and serviced apartments.", - url: "https://alpinehaven.ch", - siteName: "Alpine Haven", - type: "website", - images: [ + title: "Alpine Haven – Swiss Luxury Retreat", description: "Experience panoramic alpine views and refined hospitality in Switzerland's most serene boutique hotel and serviced apartments.", url: "https://alpinehaven.ch", siteName: "Alpine Haven", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/landscape-punta-sorapiss-surrounded-by-lake-italy_181624-60947.jpg", - alt: "Panoramic Swiss alpine landscape", - }, + url: "http://img.b2bpic.net/free-photo/landscape-punta-sorapiss-surrounded-by-lake-italy_181624-60947.jpg", alt: "Panoramic Swiss alpine landscape"}, ], }, twitter: { - card: "summary_large_image", - title: "Alpine Haven – Swiss Boutique Hotel", - description: "Panoramic views, peaceful alpine retreat, luxury serviced apartments", - images: ["http://img.b2bpic.net/free-photo/landscape-punta-sorapiss-surrounded-by-lake-italy_181624-60947.jpg"], + card: "summary_large_image", title: "Alpine Haven – Swiss Boutique Hotel", description: "Panoramic views, peaceful alpine retreat, luxury serviced apartments", images: ["http://img.b2bpic.net/free-photo/landscape-punta-sorapiss-surrounded-by-lake-italy_181624-60947.jpg"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 393003b..7f565ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; @@ -62,30 +62,25 @@ export default function HomePage() { brandName="Alpine Haven" navItems={navItems} button={{ - text: "Book Now", - href: "#", - }} + text: "Book Now", href: "#"}} className="fixed top-0 left-0 right-0 z-50" buttonClassName="text-xs uppercase tracking-wide" />