diff --git a/src/app/page.tsx b/src/app/page.tsx index f7c68e9..d02ff94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,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" textBoxClassName="text-center mb-12" cardClassName="rounded-lg p-6 bg-[var(--card)] hover:shadow-lg transition-all" ratingClassName="flex gap-1 mb-3 justify-center" @@ -230,7 +229,6 @@ export default function LandingPage() { ]} className="w-full py-16 lg:py-24" containerClassName="max-w-4xl mx-auto px-4" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" textBoxClassName="text-center mb-12" accordionClassName="rounded-lg bg-[var(--card)] mb-4 overflow-hidden" accordionTitleClassName="font-semibold text-[var(--foreground)] text-lg"