diff --git a/src/app/page.tsx b/src/app/page.tsx index cdccdb3..3f720d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,8 +163,8 @@ export default function HomePage() { ariaLabel="Services section - Core Services" className="py-16 sm:py-24" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-12" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-12" cardTitleClassName="font-bold text-lg" /> @@ -247,8 +247,8 @@ export default function HomePage() { ariaLabel="Testimonials section - Client Reviews" className="py-16 sm:py-24" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-12" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12" cardClassName="p-6 bg-white rounded-lg border border-gray-200" roleClassName="font-medium text-gray-700" /> @@ -323,8 +323,8 @@ export default function HomePage() { ariaLabel="Social proof section - Trusted Partners" className="py-16 sm:py-24 bg-gradient-to-r from-teal-50 to-emerald-50" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center" - descriptionClassName="text-lg text-gray-600 text-center mb-12 max-w-2xl mx-auto" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center" + textBoxDescriptionClassName="text-lg text-gray-600 text-center mb-12 max-w-2xl mx-auto" /> diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 6608056..0fa565a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -143,8 +143,8 @@ export default function PricingPage() { ariaLabel="Pricing packages section" className="py-16 sm:py-24 bg-gradient-to-b from-white to-teal-50" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center" - descriptionClassName="text-lg text-gray-600 max-w-2xl mx-auto text-center mb-12" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mx-auto text-center mb-12" cardTitleClassName="font-bold text-lg" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5ef8104..8a292b1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -112,8 +112,8 @@ export default function ServicesPage() { ariaLabel="Services section - Our Comprehensive Services" className="py-16 sm:py-24" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-12" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-12" cardTitleClassName="font-bold text-lg" />