Update src/app/page.tsx

This commit is contained in:
2026-03-13 21:09:02 +00:00
parent 9f395ed479
commit fc4c6c5d97

View File

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