diff --git a/src/app/page.tsx b/src/app/page.tsx index e97c1c0..3192e2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function DaniellaLanding() { showBorder={true} useInvertedBackground={true} buttonAnimation="slide-up" + titleClassName="text-5xl md:text-7xl lg:text-8xl font-extrabold" /> @@ -209,4 +210,4 @@ export default function DaniellaLanding() { ); -} +} \ No newline at end of file