Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-14 05:23:32 +00:00

View File

@@ -146,6 +146,8 @@ export default function LandingPage() {
cardClassName="bg-card rounded-lg p-6 shadow-sm hover:shadow-md transition-shadow"
cardTitleClassName="text-xl font-medium text-foreground mt-4"
cardDescriptionClassName="text-sm text-foreground/70 mt-2"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
/>
</div>
@@ -173,6 +175,8 @@ export default function LandingPage() {
valueClassName="text-3xl md:text-4xl font-light text-primary-cta"
metricTitleClassName="text-sm text-foreground/70 mt-2"
cardClassName="bg-card rounded-lg p-6"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
/>
</div>
@@ -226,6 +230,8 @@ export default function LandingPage() {
roleClassName="text-sm text-foreground/70"
ratingClassName="text-xs text-accent"
cardClassName="bg-card rounded-lg p-6"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
/>
</div>
@@ -268,6 +274,8 @@ export default function LandingPage() {
accordionTitleClassName="text-base font-medium text-foreground"
accordionContentClassName="text-sm text-foreground/70 mt-2"
accordionClassName="bg-card rounded-lg p-6"
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
/>
</div>