Merge version_1_1781382823621 into main

Merge version_1_1781382823621 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 20:34:52 +00:00

View File

@@ -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() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Handwerk Profi"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=u6k89j"
ctaButton={{
text: "Anfrage",
href: "#contact",
}}
text: "Anfrage", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -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: "#"},
],
},
]}