Update src/app/page.tsx

This commit is contained in:
2026-05-13 08:23:49 +00:00
parent 7a41eae323
commit 285f6bdf0e

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "Leistungen", id: "services" },
{ name: "Erfahrungen", id: "testimonials" },
{ name: "Kontakt", id: "contact" },
{ name: "Datenschutz", id: "/privacy-policy" }
]}
brandName="Garage Blaas"
button={{ text: "Termin buchen", href: "#contact" }}
@@ -147,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: "#" }] }
{ title: "Rechtliches", items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "/privacy-policy" }] }
]}
copyrightText="© 2026 Garage Blaas GmbH | Ihr Meisterbetrieb"
/>