From 9afaff7dd13688b78d20111cdaee8a768afc1a1c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 17:53:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c168d5..5f5b9cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,6 @@ export default function LandingPage() { cardDescriptionClassName="text-gray-600 mt-3" tagsContainerClassName="flex flex-wrap gap-2 mt-4" tagClassName="px-3 py-1 bg-blue-50 text-accent rounded-full text-sm font-medium" - textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" /> @@ -192,7 +191,6 @@ export default function LandingPage() { featureItemClassName="flex items-center gap-3 text-gray-700" planButtonClassName="w-full px-6 py-3 rounded-full font-semibold text-center transition-all duration-300" planButtonContainerClassName="flex flex-col gap-3" - textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" /> @@ -255,7 +253,6 @@ export default function LandingPage() { roleClassName="text-accent text-sm font-semibold" testimonialClassName="text-gray-700 mt-4 line-clamp-4" iconClassName="text-accent w-5 h-5 mt-4" - textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" /> @@ -300,7 +297,6 @@ export default function LandingPage() { accordionTitleClassName="font-semibold text-lg px-6 py-4 flex items-center justify-between cursor-pointer hover:bg-gray-50 transition-colors" accordionContentClassName="px-6 py-4 bg-gray-50 text-gray-700" separatorClassName="border-t border-gray-200" - textBoxDescriptionClassName="text-lg text-gray-600 mb-12" /> -- 2.49.1