Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-13 21:09:07 +00:00

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"