diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 9e4495d..4b47135 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": "Capabilities",
- "href": "#services"
+ "name": "Capabilities", "href": "#services"
},
{
- "name": "Approach",
- "href": "#about"
+ "name": "Approach", "href": "#about"
},
{
- "name": "Expertise",
- "href": "#faq"
+ "name": "Expertise", "href": "#faq"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Lexum Bridge"
columns={[
{
- title: "Capabilities",
- items: [
+ title: "Capabilities", items: [
{
- label: "Modernization",
- href: "#services",
- },
+ label: "Modernization", href: "#services"},
{
- label: "Authority",
- href: "#services",
- },
+ label: "Authority", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Inquiry",
- href: "#contact",
- },
+ label: "Inquiry", href: "#contact"},
],
},
]}
copyright="© 2024 Lexum Bridge. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
]}
/>