Update src/app/page.tsx

This commit is contained in:
2026-05-12 12:32:08 +00:00
parent 8f114e30e4
commit ad832254a7

View File

@@ -162,10 +162,10 @@ export default function LandingPage() {
{ title: "Leistungen", items: [{ label: "Webdesign", href: "#features" }, { label: "Marketing", href: "#features" }] },
]}
logoText="Digital Plus GmbH"
copyrightText="© 2025 Digital Plus GmbH | Riedstrasse 8, 8953 Dietikon | Tel: 058 510 88 30"
copyrightText="© 2026 | Digital Plus GmbH"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}