Update src/app/page.tsx

This commit is contained in:
2026-05-13 08:28:24 +00:00
parent 7996c51a7a
commit fc8441830d

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Leistungen", id: "services" },
{ name: "Erfahrungen", id: "testimonials" },
{ name: "Kontakt", id: "contact" },
{ name: "Datenschutz", id: "/privacy-policy" }
{ name: "Datenschutz", id: "/privacy" },
]}
brandName="Garage Blaas"
button={{ text: "Termin buchen", href: "#contact" }}
@@ -148,7 +148,7 @@ export default function LandingPage() {
columns={[
{ title: "Garage", items: [{ label: "Über uns", href: "#about" }, { label: "Leistungen", href: "#services" }, { label: "Kontakt", href: "#contact" }] },
{ title: "Service", items: [{ label: "Termin buchen", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
{ title: "Rechtliches", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "/privacy-policy" }] }
{ title: "Rechtliches", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "/privacy" }] }
]}
copyrightText="© 2026 Garage Blaas GmbH | Ihr Meisterbetrieb"
/>