Update src/app/page.tsx

This commit is contained in:
2026-04-18 16:54:27 +00:00
parent 26738fadf1
commit 35f0bdcf50

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1", badge: "Basis", price: "25€", subtitle: "Klassischer Herrenhaarschnitt", buttons: [
id: "p1", badge: "Basis", price: "25€", subtitle: "Der klassische Haarschnitt für den modernen Mann", buttons: [
{
text: "Buchen", href: "#booking"},
],
@@ -227,4 +227,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}