Merge version_1_1781383441007 into main

Merge version_1_1781383441007 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 20:45:04 +00:00

View File

@@ -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,10 +30,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="GUPCO"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=cphzd7"
ctaButton={{
text: "Initiate Partnership",
href: "#contact",
}}
text: "Initiate Partnership", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -50,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: "#"},
]}
/>
</SectionErrorBoundary>