diff --git a/src/app/page.tsx b/src/app/page.tsx index edf701f..fc9d24c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,7 +167,7 @@ export default function HomePage() { ]} buttonAnimation="blur-reveal" containerClassName="max-w-6xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-semibold text-white mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-white mb-4" textBoxDescriptionClassName="text-lg text-gray-200" /> @@ -209,7 +209,7 @@ export default function HomePage() { speed={50} topMarqueeDirection="left" containerClassName="max-w-7xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4" textBoxDescriptionClassName="text-lg text-gray-700" /> @@ -245,7 +245,7 @@ export default function HomePage() { } ]} containerClassName="max-w-7xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-semibold text-white mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-white mb-4" textBoxDescriptionClassName="text-lg text-gray-100" /> @@ -281,7 +281,7 @@ export default function HomePage() { } ]} containerClassName="max-w-4xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4" textBoxDescriptionClassName="text-lg text-gray-700" /> diff --git a/src/app/precios/page.tsx b/src/app/precios/page.tsx index 806d004..498e8a7 100644 --- a/src/app/precios/page.tsx +++ b/src/app/precios/page.tsx @@ -141,7 +141,7 @@ export default function PricingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-gray-900 mb-4" textBoxDescriptionClassName="text-lg text-gray-700" /> diff --git a/src/app/sobre-nosotros/page.tsx b/src/app/sobre-nosotros/page.tsx index 1efcdd6..40a6765 100644 --- a/src/app/sobre-nosotros/page.tsx +++ b/src/app/sobre-nosotros/page.tsx @@ -98,8 +98,8 @@ export default function AboutPage() { } ]} containerClassName="max-w-6xl mx-auto px-4 py-16" - titleClassName="text-4xl md:text-5xl font-semibold text-white mb-4" - valueClassName="text-4xl md:text-5xl font-bold text-indigo-300" + textBoxTitleClassName="text-4xl md:text-5xl font-semibold text-white mb-4" + cardTitleClassName="text-xl md:text-2xl font-bold text-indigo-300" />