From c850dc1de34900d059bf11e2c5a6178131b8c7e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 839a3c0..9012eed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,8 +185,7 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Services section showcasing offerings" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + itemClassName="" /> @@ -221,8 +220,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Pricing section with package options" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" cardClassName="p-8" /> @@ -262,8 +261,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Client testimonials section" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -293,8 +292,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Photo gallery preview section" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -306,7 +305,6 @@ export default function HomePage() { tagIcon={HelpCircle} tagAnimation="slide-up" textboxLayout="default" - animationType="smooth" faqsAnimation="slide-up" useInvertedBackground={true} showCard={true} @@ -328,8 +326,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="FAQ section with common questions" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" />