diff --git a/src/app/page.tsx b/src/app/page.tsx index 602ea65..9dfd1a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +113,7 @@ export default function LandingPage() { cardDescriptionClassName="text-base text-[var(--foreground)] opacity-75" gridClassName="grid gap-8 mt-12" textBoxClassName="text-center mb-12" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" /> @@ -140,6 +141,7 @@ export default function LandingPage() { cardClassName="rounded-lg p-8 bg-[var(--card)] text-center" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6 mt-12" textBoxClassName="text-center mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" /> @@ -194,6 +196,7 @@ export default function LandingPage() { nameClassName="font-semibold text-[var(--foreground)]" roleClassName="text-sm text-[var(--foreground)] opacity-70" companyClassName="text-xs text-[var(--accent)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" /> @@ -235,6 +238,7 @@ export default function LandingPage() { accordionClassName="rounded-lg bg-[var(--card)] mb-4 overflow-hidden" accordionTitleClassName="font-semibold text-[var(--foreground)] text-lg" accordionContentClassName="text-base text-[var(--foreground)] opacity-80" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85" />