diff --git a/src/app/page.tsx b/src/app/page.tsx index e390b61..e3dc92b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,7 +190,7 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Services section showcasing professional face painting and body art offerings" containerClassName="gap-12" - titleClassName="text-3xl sm:text-4xl font-extrabold" + itemClassName="text-3xl sm:text-4xl font-extrabold" descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" /> @@ -229,8 +229,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Pricing section with face painting package options and rates" containerClassName="gap-12" - titleClassName="text-3xl sm:text-4xl font-extrabold" - descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold" + textBoxDescriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" cardClassName="p-6 sm:p-8" /> @@ -270,8 +270,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Client testimonials and reviews section for face painting services" containerClassName="gap-12" - titleClassName="text-3xl sm:text-4xl font-extrabold" - descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold" + textBoxDescriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" /> @@ -301,7 +301,7 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Photo gallery preview section showcasing professional face painting portfolio" containerClassName="gap-12" - titleClassName="text-3xl sm:text-4xl font-extrabold" + cardNameClassName="text-3xl sm:text-4xl font-extrabold" descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" /> @@ -336,8 +336,8 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="FAQ section with common questions about face painting services" containerClassName="gap-12" - titleClassName="text-3xl sm:text-4xl font-extrabold" - descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" + textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold" + textBoxDescriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl" />