Merge version_1_1781465529226 into main #1
@@ -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() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Tenberg"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/detail-green-leaf_23-2148211887.jpg"
|
||||
ctaButton={{
|
||||
text: "Angebot",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Angebot", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -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: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user