From 35a655a303737e9a5e02ac4521fd52c8afb21d71 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:49:49 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" /> -- 2.49.1 From be0b23c179ae8f7b8f110e6988c5fc7552ba00a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:49:49 +0000 Subject: [PATCH 2/3] Update src/app/precios/page.tsx --- src/app/precios/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> -- 2.49.1 From 5d0c6a789f096e80108ffe7c856e9d827c1c88be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:49:50 +0000 Subject: [PATCH 3/3] Update src/app/sobre-nosotros/page.tsx --- src/app/sobre-nosotros/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1