Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user