diff --git a/src/app/page.tsx b/src/app/page.tsx index 78d227a..4178300 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,8 +182,8 @@ 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" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -218,8 +218,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" /> @@ -259,8 +259,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" /> @@ -290,8 +290,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" /> @@ -325,8 +325,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" />