From 19ca4b2c49622f8e45a7029be183cf504590c64c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:20:13 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) 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"}, ], }, ]}