From ea3f748417ecdabb6be2b0f375e389e48d330cb6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:35:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 837c6a7..fc5039a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,8 +203,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" /> @@ -269,8 +267,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" /> @@ -346,8 +342,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" /> @@ -401,8 +395,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" /> @@ -454,8 +446,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" />