diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 619a037..1c88dc0 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": "Technik",
- "href": "#features"
+ "name": "Technik", "href": "#features"
},
{
- "name": "Kontakt",
- "href": "#contact"
+ "name": "Kontakt", "href": "#contact"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonial",
- "href": "#testimonial"
+ "name": "Testimonial", "href": "#testimonial"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Tenberg Gartentechnik Gmbh & Co.KG"
columns={[
{
- title: "Unternehmen",
- items: [
+ title: "Unternehmen", items: [
{
- label: "Über uns",
- href: "#about",
- },
+ label: "Über uns", href: "#about"},
{
- label: "Karriere",
- href: "#",
- },
+ label: "Karriere", href: "#"},
],
},
{
- title: "Technik",
- items: [
+ title: "Technik", items: [
{
- label: "Produkte",
- href: "#features",
- },
+ label: "Produkte", href: "#features"},
{
- label: "Service",
- href: "#",
- },
+ label: "Service", href: "#"},
],
},
]}
copyright="© 2024 Tenberg Gartentechnik Gmbh & Co.KG. Alle Rechte vorbehalten."
links={[
{
- label: "Impressum",
- href: "#",
- },
+ label: "Impressum", href: "#"},
{
- label: "Datenschutz",
- href: "#",
- },
+ label: "Datenschutz", href: "#"},
]}
/>