From 52edfada276c1cda2ad9f74cc184a809696c9191 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:09:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f9a86d..c8efc05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,7 @@ export default function LandingPage() { button={{ text: "Vorbeikommen", href: "#contact"}} brandName="Schallplatten-Café" + className="[&_h2]:!font-serif [&_h2]:!italic" /> @@ -207,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1