diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fdd715b..7c75505 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; const navItems = [ { name: "Rooms", id: "/accommodations" }, diff --git a/src/app/accommodations/page.tsx b/src/app/accommodations/page.tsx index 8117a43..7a01cc0 100644 --- a/src/app/accommodations/page.tsx +++ b/src/app/accommodations/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; const navItems = [ { name: "Rooms", id: "/accommodations" }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 341c0dd..bdc5a75 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,7 +2,8 @@ import type { Metadata } from "next"; import "./styles/globals.css"; export const metadata: Metadata = { - 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"}; + 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, diff --git a/src/app/page.tsx b/src/app/page.tsx index f251341..75d9058 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; const navItems = [ { name: "Rooms", id: "/accommodations" }, diff --git a/src/app/practical-info/page.tsx b/src/app/practical-info/page.tsx index 60cb31b..34f224d 100644 --- a/src/app/practical-info/page.tsx +++ b/src/app/practical-info/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import FaqBase from '@/components/sections/faq/FaqBase'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; const navItems = [ { name: "Rooms", id: "/accommodations" },