diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index adb94f0..f041900 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": "À propos", - "href": "#about" + "name": "À propos", "href": "#about" }, { - "name": "Projets", - "href": "#projects" + "name": "Projets", "href": "#projects" }, { - "name": "Parcours", - "href": "#experience" + "name": "Parcours", "href": "#experience" }, { - "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": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,17 +51,11 @@ export default function Layout() { { items: [ { - label: "Email", - href: "mailto:touilabdelhalim17@gmail.com", - }, + label: "Email", href: "mailto:touilabdelhalim17@gmail.com"}, { - label: "GitHub", - href: "https://github.com", - }, + label: "GitHub", href: "https://github.com"}, { - label: "LinkedIn", - href: "https://linkedin.com", - }, + label: "LinkedIn", href: "https://linkedin.com"}, ], }, ]}