diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 11a6bcc..a5d89b0 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": "Opportunités", - "href": "#opportunities" + "name": "Opportunités", "href": "#opportunities" }, { - "name": "Talents", - "href": "#talents" + "name": "Talents", "href": "#talents" }, { - "name": "Academy", - "href": "#academy" + "name": "Academy", "href": "#academy" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Ai Services", - "href": "#ai-services" + "name": "Ai Services", "href": "#ai-services" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -56,50 +48,31 @@ export default function Layout() {