Update src/app/page.tsx
This commit is contained in:
@@ -107,7 +107,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="w-full py-16 lg:py-24"
|
||||
containerClassName="max-w-6xl mx-auto px-4"
|
||||
descriptionClassName="text-lg text-[var(--foreground)] opacity-85"
|
||||
cardClassName="group rounded-lg p-6 bg-[var(--card)] hover:shadow-lg transition-all duration-300"
|
||||
cardTitleClassName="text-xl font-semibold text-[var(--foreground)] mb-3"
|
||||
cardDescriptionClassName="text-base text-[var(--foreground)] opacity-75"
|
||||
@@ -135,7 +134,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
className="w-full py-16 lg:py-24"
|
||||
containerClassName="max-w-5xl mx-auto px-4"
|
||||
descriptionClassName="text-lg text-[var(--foreground)] opacity-85"
|
||||
valueClassName="text-4xl lg:text-5xl font-light text-[var(--primary-cta)] mb-2"
|
||||
metricDescriptionClassName="text-base text-[var(--foreground)] opacity-75"
|
||||
cardClassName="rounded-lg p-8 bg-[var(--card)] text-center"
|
||||
@@ -196,7 +194,6 @@ 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>
|
||||
|
||||
@@ -238,7 +235,6 @@ 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user