From 13644a5084fc9ed8d26c16c93fcdda47cf4dc619 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 20:44:58 +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 395a67c..0afc3c7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -35,6 +35,7 @@ export default function Layout() { Date: Sat, 13 Jun 2026 20:45:01 +0000 Subject: [PATCH 2/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 74 +++++++++++---------------------------- 1 file changed, 21 insertions(+), 53 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 0afc3c7..11ab2f5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,24 +8,19 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Legacy", - "href": "#legacy" + "name": "Legacy", "href": "#legacy" }, { - "name": "Operations", - "href": "#operations" + "name": "Operations", "href": "#operations" }, { - "name": "Partnerships", - "href": "#contact" + "name": "Partnerships", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -35,11 +30,9 @@ export default function Layout() {
@@ -51,67 +44,42 @@ export default function Layout() { brand="GUPCO" columns={[ { - title: "Institutional", - items: [ + title: "Institutional", items: [ { - label: "Legacy", - href: "#", - }, + label: "Legacy", href: "#"}, { - label: "Management", - href: "#", - }, + label: "Management", href: "#"}, { - label: "Academy", - href: "#", - }, + label: "Academy", href: "#"}, ], }, { - title: "Operations", - items: [ + title: "Operations", items: [ { - label: "Exploration", - href: "#", - }, + label: "Exploration", href: "#"}, { - label: "Safety", - href: "#", - }, + label: "Safety", href: "#"}, { - label: "PR", - href: "#", - }, + label: "PR", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Inquire", - href: "#", - }, + label: "Inquire", href: "#"}, { - label: "Partners", - href: "#", - }, + label: "Partners", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, ]} copyright="© 1965 Gulf of Suez Petroleum Company. All Rights Reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} />