Merge version_1_1781624562049 into main #1

Merged
bender merged 2 commits from version_1_1781624562049 into main 2026-06-16 15:43:51 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Leistungen",
"href": "#about"
"name": "Leistungen", "href": "#about"
},
{
"name": "Produkte",
"href": "#products"
"name": "Produkte", "href": "#products"
},
{
"name": "Referenzen",
"href": "#testimonials"
"name": "Referenzen", "href": "#testimonials"
},
{
"name": "Kontakt",
"href": "#contact"
"name": "Kontakt", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Klingelwerk"
logoImageSrc="http://img.b2bpic.net/free-vector/letter-bird-gradient-logo-design_474888-4706.jpg"
ctaButton={{
text: "Anfrage",
href: "#contact",
}}
text: "Anfrage", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2024 Klingelwerk GmbH. Alle Rechte vorbehalten."
socialLinks={[
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Facebook,
href: "#",
},
icon: "Facebook", href: "#"},
{
icon: Linkedin,
href: "#",
},
icon: "Linkedin", href: "#"},
]}
/>
</SectionErrorBoundary>