From fde4484cb3f3ad89b4579813b32ccc75e0ab3d6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:46:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9611148..98d0ce7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,8 +131,8 @@ export default function LandingPage() { ]} ariaLabel="Adoptable pets showcase section" className="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold mb-6" - descriptionClassName="text-lg mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6" + textBoxDescriptionClassName="text-lg mb-12 max-w-2xl" cardClassName="rounded-xl overflow-hidden shadow-md hover:shadow-lg transition-shadow" imageClassName="w-full h-64 object-cover" /> @@ -163,8 +163,8 @@ export default function LandingPage() { ]} ariaLabel="Why adopt from our shelter benefits" className="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold mb-6" - descriptionClassName="text-lg mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6" + textBoxDescriptionClassName="text-lg mb-12 max-w-2xl" cardTitleClassName="text-2xl font-bold mb-3" cardDescriptionClassName="text-base leading-relaxed" imageClassName="w-full h-48 object-cover rounded-lg" @@ -203,8 +203,8 @@ export default function LandingPage() { ]} ariaLabel="Testimonials from happy pet adopters" className="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold mb-6" - descriptionClassName="text-lg mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6" + textBoxDescriptionClassName="text-lg mb-12 max-w-2xl" nameClassName="font-bold text-lg" roleClassName="text-sm text-gray-600" testimonialClassName="text-base leading-relaxed italic" @@ -231,8 +231,8 @@ export default function LandingPage() { speed={40} ariaLabel="Partner organizations supporting our shelter" className="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold mb-6" - descriptionClassName="text-lg mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6" + textBoxDescriptionClassName="text-lg mb-12 max-w-2xl" logoCardClassName="bg-white rounded-lg p-6 shadow-sm" logoImageClassName="w-32 h-16 object-contain" /> -- 2.49.1