Update src/app/page.tsx

This commit is contained in:
2026-03-13 18:38:54 +00:00
parent 07e181b53e
commit 4eab4c44cb

View File

@@ -199,8 +199,6 @@ export default function LandingPage() {
companyClassName="text-sm text-gray-600"
ratingClassName="flex gap-1 text-yellow-400 mt-2"
textBoxClassName=""
textBoxTitleClassName="text-5xl font-bold text-white mb-6"
textBoxDescriptionClassName="text-xl text-gray-200 mb-12"
/>
</div>
@@ -242,8 +240,6 @@ export default function LandingPage() {
accordionTitleClassName="py-6 font-bold text-black text-lg"
accordionContentClassName="pb-6 text-gray-700 leading-relaxed"
textBoxClassName=""
textBoxTitleClassName="text-5xl font-bold text-black mb-6"
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
/>
</div>