Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-14 15:22:24 +00:00

View File

@@ -162,7 +162,6 @@ export default function LandingPage() {
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
tagClassName="text-sm font-semibold text-[var(--accent)]"
cardClassName="bg-[var(--card)] rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-shadow"
imageClassName="w-full h-48 object-cover"
/>
</div>
@@ -190,7 +189,6 @@ export default function LandingPage() {
cardClassName="bg-[var(--card)] rounded-lg p-6 shadow-md text-center"
iconContainerClassName="mb-4 flex justify-center"
iconClassName="w-8 h-8 text-[var(--primary-cta)]"
metricTitleClassName="text-sm text-[var(--foreground)] opacity-70 mb-2"
/>
</div>
@@ -233,7 +231,6 @@ export default function LandingPage() {
imageWrapperClassName="mb-4"
imageClassName="w-12 h-12 rounded-full object-cover"
nameClassName="text-lg font-bold text-[var(--foreground)]"
roleClassName="text-sm text-[var(--foreground)] opacity-60"
/>
</div>