Update src/app/page.tsx

This commit is contained in:
2026-05-07 09:20:28 +00:00
parent 0eb2a8a68e
commit dbd43aeb98

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Optik Meister"
description="Ihr Experte für gesundes Sehen und exklusives Brillendesign. Entdecken Sie Präzision in jeder Fassung."
description="See the world with clarity and style. Ihr Experte für gesundes Sehen und exklusives Brillendesign."
buttons={[
{
text: "Termin vereinbaren", href: "#contact"},
@@ -244,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}