From 9b24f51b6cf500930e6fe2a909c744a71d5f547b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:56:16 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fff74dd..4d9a16a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -153,8 +153,8 @@ export default function AboutPage() { showCard={true} className="py-20 md:py-32" containerClassName="max-w-4xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-gray-600 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-600 mt-4" faqsContainerClassName="mt-12 space-y-4" accordionClassName="border border-gray-200 rounded-lg overflow-hidden" accordionTitleClassName="p-4 font-semibold cursor-pointer hover:bg-gray-50" -- 2.49.1 From 28c0a06972e4b5969756b7d055e45ec3ad0d4621 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:56:17 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e856602..ad137a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,8 +144,8 @@ export default function HomePage() { useInvertedBackground={true} className="py-20 md:py-32" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-gray-600 mt-4 leading-relaxed" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-600 mt-4 leading-relaxed" cardClassName="rounded-2xl overflow-hidden" mediaWrapperClassName="h-80 md:h-96 rounded-xl overflow-hidden" mediaClassName="w-full h-full object-cover" @@ -286,8 +286,8 @@ export default function HomePage() { showCard={true} className="py-16 md:py-24" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl font-bold text-center mb-4" - descriptionClassName="text-gray-600 text-center max-w-2xl mx-auto mb-12" + textBoxTitleClassName="text-4xl font-bold text-center mb-4" + textBoxDescriptionClassName="text-gray-600 text-center max-w-2xl mx-auto mb-12" /> @@ -343,8 +343,8 @@ export default function HomePage() { showCard={true} className="py-20 md:py-32" containerClassName="max-w-4xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-gray-600 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-600 mt-4" faqsContainerClassName="mt-12 space-y-4" accordionClassName="border border-gray-200 rounded-lg overflow-hidden" accordionTitleClassName="p-4 font-semibold cursor-pointer hover:bg-gray-50" -- 2.49.1 From 2dd2a839637d522c6fea32b6def9506656527451 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:56:17 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 82cb960..4b813bf 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -127,7 +127,7 @@ export default function PricingPage() { useInvertedBackground={true} className="py-20 md:py-32" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-center" + subtitleClassName="text-4xl md:text-5xl font-bold text-center" descriptionClassName="text-lg text-gray-600 mt-4 text-center max-w-2xl mx-auto" cardClassName="rounded-2xl p-8 h-full" badgeClassName="inline-block px-4 py-2 bg-[var(--accent)] text-[var(--foreground)] rounded-full text-sm font-semibold mb-6" -- 2.49.1