diff --git a/src/app/page.tsx b/src/app/page.tsx index b2f9d13..7e42b63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,6 +99,9 @@ export default function LandingPage() { showDimOverlay={true} showBlur={true} textPosition="bottom" + titleClassName="text-white drop-shadow-lg text-justify" + descriptionClassName="text-white drop-shadow-lg text-justify" + dimOverlayClassName="bg-black/70" /> @@ -312,4 +315,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file