From 78f0baeb0676ecdca7d8a4bc7b68793d7ce9f675 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:26:17 +0000 Subject: [PATCH] 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 d7f9128..5e8f031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,8 +138,8 @@ export default function LandingPage() { ariaLabel="LineX Core Features" className="py-20 md:py-32 bg-black" containerClassName="max-w-6xl mx-auto px-6 md:px-12" - titleClassName="text-4xl md:text-5xl font-black text-[#00d4ff] mb-4" - descriptionClassName="text-white/70 text-lg mb-12 max-w-3xl" + textBoxTitleClassName="text-4xl md:text-5xl font-black text-[#00d4ff] mb-4" + textBoxDescriptionClassName="text-white/70 text-lg mb-12 max-w-3xl" cardClassName="bg-[#1a1a1a] rounded-xl overflow-hidden border border-[#00d4ff]/20 hover:border-[#00d4ff] transition-all duration-300 group" mediaClassName="w-full h-64 md:h-80 object-cover group-hover:scale-105 transition-transform duration-500" cardTitleClassName="text-xl font-bold text-white mt-6 px-6" @@ -231,8 +231,8 @@ export default function LandingPage() { ariaLabel="LineX Athlete & Coach Testimonials" className="py-20 md:py-32 bg-black" containerClassName="max-w-6xl mx-auto px-6 md:px-12" - titleClassName="text-4xl md:text-5xl font-black text-[#00d4ff] mb-4" - descriptionClassName="text-white/70 text-lg mb-12 max-w-3xl" + textBoxTitleClassName="text-4xl md:text-5xl font-black text-[#00d4ff] mb-4" + textBoxDescriptionClassName="text-white/70 text-lg mb-12 max-w-3xl" cardTagClassName="text-[#ff1744] font-bold text-sm mb-2" cardTitleClassName="text-2xl font-bold text-white mb-3 line-clamp-3" cardQuoteClassName="text-white/80 text-base mb-6 line-clamp-10" -- 2.49.1