From 6dfa26db939d89f67baea9cabcbed7e01b6a5fa9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:10:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4784bb3..4c56933 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,8 +118,8 @@ export default function LandingPage() { buttonAnimation="slide-up" ariaLabel="Feature Section" className="py-16" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto" cardTitleClassName="text-2xl font-extrabold text-white" cardDescriptionClassName="text-base text-gray-100" /> @@ -153,8 +153,8 @@ export default function LandingPage() { buttonAnimation="slide-up" ariaLabel="Menu Section" className="py-16" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-gray-700" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-gray-700" cardNameClassName="font-bold text-lg text-gray-900" cardPriceClassName="text-2xl font-extrabold text-[#f5a623]" cardVariantClassName="text-sm text-gray-600" @@ -194,8 +194,8 @@ export default function LandingPage() { speed={40} ariaLabel="Testimonials Section" className="py-16" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-gray-700" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-gray-700" testimonialClassName="text-base text-gray-800 line-clamp-2" nameClassName="font-bold text-gray-900" handleClassName="text-sm text-gray-600" @@ -227,7 +227,7 @@ export default function LandingPage() { ariaLabel="Metrics Section" className="py-16 bg-gradient-to-r from-[#1a1a1a] to-[#2a2a2a] text-white" titleClassName="text-2xl font-bold text-white mt-2" - descriptionClassName="text-base text-gray-300" + textBoxDescriptionClassName="text-base text-gray-300" valueClassName="text-6xl font-extrabold text-[#f5a623]" />