diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 395a67c..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,10 +30,9 @@ export default function Layout() {
@@ -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: "#"},
]}
/>