diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index a04ff93..9e00201 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ 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": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonial", - "href": "#testimonial" + "name": "Testimonial", "href": "#testimonial" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,37 +49,26 @@ export default function Layout() { brand="Imperial Majesty" columns={[ { - title: "Location", - items: [ + title: "Location", items: [ { - label: "123 Royale St, London", - }, + label: "123 Royale St, London"}, ], }, { - title: "Experience", - items: [ + title: "Experience", items: [ { - label: "Chef's Table", - href: "#", - }, + label: "Chef's Table", href: "#"}, { - label: "Private Events", - href: "#", - }, + label: "Private Events", href: "#"}, ], }, ]} copyright="© 2024 Imperial Majesty. All rights reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} />