Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 21:07:43 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>