diff --git a/src/app/page.tsx b/src/app/page.tsx index ab3977d..cda483f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,8 +144,6 @@ 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" /> @@ -182,9 +180,6 @@ 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" - cardClassName="p-8" /> @@ -222,8 +217,6 @@ 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" /> @@ -256,8 +249,6 @@ 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" /> @@ -296,8 +287,6 @@ 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" />