diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index e7b44a2..1bf23c3 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,36 +8,28 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Rooms",
- "href": "#accommodation"
+ "name": "Rooms", "href": "#accommodation"
},
{
- "name": "Experiences",
- "href": "#experiences"
+ "name": "Experiences", "href": "#experiences"
},
{
- "name": "Offers",
- "href": "#offers"
+ "name": "Offers", "href": "#offers"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "FAQs",
- "href": "#faq"
+ "name": "FAQs", "href": "#faq"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -47,10 +39,9 @@ export default function Layout() {
@@ -63,57 +54,35 @@ export default function Layout() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
{
- label: "Press",
- href: "#",
- },
+ label: "Press", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Rooms & Suites",
- href: "#accommodation",
- },
+ label: "Rooms & Suites", href: "#accommodation"},
{
- label: "Dining",
- href: "#experiences",
- },
+ label: "Dining", href: "#experiences"},
{
- label: "Spa & Wellness",
- href: "#experiences",
- },
+ label: "Spa & Wellness", href: "#experiences"},
{
- label: "Events",
- href: "#experiences",
- },
+ label: "Events", href: "#experiences"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Sitemap",
- href: "#",
- },
+ label: "Sitemap", href: "#"},
],
},
]}