From 7f2303084da93311923e4e4534468cd401c233d9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 14:40:07 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 11a6bcc..5341065 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Sun, 21 Jun 2026 14:40:10 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 68 ++++++++++++--------------------------- 1 file changed, 20 insertions(+), 48 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 5341065..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,11 +36,9 @@ export default function Layout() {
@@ -57,50 +48,31 @@ export default function Layout() {