From bcc9b307fab821dd8cf71dae8c3d0a3d4feb2875 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" />