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