diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 27901b5..93c7bd2 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Projects",
- "href": "#projects"
+ "name": "Projects", "href": "#projects"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Comparison",
- "href": "#comparison"
+ "name": "Comparison", "href": "#comparison"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Team",
- "href": "#team"
+ "name": "Team", "href": "#team"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -56,33 +48,21 @@ export default function Layout() {