diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f5b9cb..6c5c32e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,8 +139,9 @@ export default function LandingPage() { ]} ariaLabel="Services section" containerClassName="max-w-7xl mx-auto py-20" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" + containerClassName="max-w-7xl mx-auto py-20" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" cardClassName="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" mediaWrapperClassName="w-full h-64 md:h-72 overflow-hidden" mediaClassName="w-full h-full object-cover" @@ -181,8 +182,8 @@ export default function LandingPage() { ]} ariaLabel="Pricing section" containerClassName="max-w-7xl mx-auto py-20" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" cardClassName="rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300" badgeClassName="inline-block px-4 py-2 rounded-full text-sm font-semibold mb-4 bg-accent text-white" priceClassName="text-4xl font-bold mb-2" @@ -243,8 +244,8 @@ export default function LandingPage() { ]} ariaLabel="Testimonials section" containerClassName="max-w-7xl mx-auto py-20" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" cardClassName="rounded-2xl p-8 shadow-lg hover:shadow-xl transition-all duration-300 bg-white" imageWrapperClassName="w-16 h-16 rounded-full overflow-hidden mb-4 flex-shrink-0" @@ -290,8 +291,8 @@ export default function LandingPage() { ]} ariaLabel="FAQ section" containerClassName="max-w-4xl mx-auto py-20" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12" faqsContainerClassName="space-y-4" accordionClassName="rounded-lg border border-gray-200 overflow-hidden" accordionTitleClassName="font-semibold text-lg px-6 py-4 flex items-center justify-between cursor-pointer hover:bg-gray-50 transition-colors"