diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4cbc33c..afcec57 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Classes", - "href": "#classes" + "name": "Classes", "href": "#classes" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Why Choose", - "href": "#why-choose" + "name": "Why Choose", "href": "#why-choose" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -55,31 +46,25 @@ export default function Layout() {