diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index f268519..e43d45b 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": "Start",
- "href": "#hero"
+ "name": "Start", "href": "#hero"
},
{
- "name": "Über Uns",
- "href": "#about"
+ "name": "Über Uns", "href": "#about"
},
{
- "name": "Leistungen",
- "href": "#features"
+ "name": "Leistungen", "href": "#features"
},
{
- "name": "Kontakt",
- "href": "#contact"
+ "name": "Kontakt", "href": "#contact"
},
{
- "name": "Product",
- "href": "#product"
+ "name": "Product", "href": "#product"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Team",
- "href": "#team"
+ "name": "Team", "href": "#team"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -59,25 +51,17 @@ export default function Layout() {
{
items: [
{
- label: "Über Uns",
- href: "#about",
- },
+ label: "Über Uns", href: "#about"},
{
- label: "Leistungen",
- href: "#features",
- },
+ label: "Leistungen", href: "#features"},
],
},
{
items: [
{
- label: "Impressum",
- href: "#",
- },
+ label: "Impressum", href: "#"},
{
- label: "Datenschutz",
- href: "#",
- },
+ label: "Datenschutz", href: "#"},
],
},
]}