diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1a9aa61..564ad0b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -185,8 +185,6 @@ export default function AboutPage() { ]} ariaLabel="Detailed team members section" containerClassName="py-16" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg mb-12" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" cardClassName="text-center rounded-xl overflow-hidden p-6" nameClassName="text-2xl font-bold mt-4" diff --git a/src/app/locations/page.tsx b/src/app/locations/page.tsx index f27d4b7..35a5ce9 100644 --- a/src/app/locations/page.tsx +++ b/src/app/locations/page.tsx @@ -211,8 +211,6 @@ export default function LocationsPage() { ]} carouselMode="buttons" containerClassName="py-16" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg mb-8" cardClassName="rounded-xl overflow-hidden border border-opacity-20" cardTitleClassName="text-2xl font-bold mb-3" cardDescriptionClassName="text-base leading-relaxed" diff --git a/src/app/page.tsx b/src/app/page.tsx index d1e9420..cbcff28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -272,8 +272,6 @@ export default function HomePage() { carouselMode="buttons" ariaLabel="Services and treatments section" containerClassName="py-16" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg mb-8" cardClassName="rounded-xl overflow-hidden border border-opacity-20" cardTitleClassName="text-2xl font-bold mb-3" cardDescriptionClassName="text-base leading-relaxed" @@ -320,8 +318,6 @@ export default function HomePage() { ]} ariaLabel="Team members section" containerClassName="py-16" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg mb-12" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" cardClassName="text-center rounded-xl overflow-hidden p-6" nameClassName="text-2xl font-bold mt-4" @@ -408,8 +404,6 @@ export default function HomePage() { ]} ariaLabel="Patient testimonials section" containerClassName="py-16" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg mb-12" contentClassName="grid grid-cols-1 md:grid-cols-2 gap-8" quoteCardClassName="rounded-xl p-8 border border-opacity-20" quoteClassName="text-lg leading-relaxed mb-6 italic" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index df70549..8155632 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -167,8 +167,6 @@ export default function ServicesPage() { ]} carouselMode="buttons" containerClassName="py-16" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg mb-8" cardClassName="rounded-xl overflow-hidden border border-opacity-20" cardTitleClassName="text-2xl font-bold mb-3" cardDescriptionClassName="text-base leading-relaxed"