From 820a596341d271683b711c0589b30abab208f95a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:27:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5aadd9e..6469668 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ import { Instagram, Facebook, Linkedin } from "lucide-react"; export default function LandingPage() { return (
@@ -136,7 +136,7 @@ export default function LandingPage() { buttons={[ { "text": "Alle Beiträge lesen", "href": "/news" } ]} - buttonAnimation="text-shift" + buttonAnimation="text-stagger" />
-- 2.49.1