diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 054bbbf..d0d6a07 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -160,7 +160,6 @@ export default function AboutPage() { titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" tagClassName="text-sm font-semibold text-accent mb-2" - cardTitleClassName="text-xl lg:text-2xl font-bold text-foreground mt-4" cardDescriptionClassName="text-sm lg:text-base text-foreground/70 mt-3" ariaLabel="FLC Education core values" /> diff --git a/src/app/noble-english-school/page.tsx b/src/app/noble-english-school/page.tsx index 9462b7a..5376bc1 100644 --- a/src/app/noble-english-school/page.tsx +++ b/src/app/noble-english-school/page.tsx @@ -129,7 +129,6 @@ export default function NobleEnglishSchoolPage() { titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" tagClassName="text-sm font-semibold text-accent mb-2" - cardTitleClassName="text-xl lg:text-2xl font-bold text-foreground mt-4" cardDescriptionClassName="text-sm lg:text-base text-foreground/70 mt-3" ariaLabel="Noble School program offerings" /> @@ -179,7 +178,6 @@ export default function NobleEnglishSchoolPage() { titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" testimonialClassName="text-sm lg:text-base text-foreground/70" - nameClassName="text-base lg:text-lg font-bold text-foreground mt-4" handleClassName="text-sm text-foreground/50" ariaLabel="Parent testimonials" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 6615935..a6c592d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,7 +198,6 @@ export default function HomePage() { titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" tagClassName="text-sm font-semibold text-accent mb-2" - cardTitleClassName="text-xl lg:text-2xl font-bold text-foreground mt-4" cardDescriptionClassName="text-sm lg:text-base text-foreground/70 mt-3" ariaLabel="English programs offered" /> @@ -262,7 +261,6 @@ export default function HomePage() { containerClassName="px-6 py-16 lg:py-24" titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" - priceClassName="text-4xl lg:text-5xl font-bold text-primary-cta" subtitleClassName="text-sm lg:text-base text-foreground/60 mt-2" ariaLabel="Pricing plans" /> @@ -321,7 +319,6 @@ export default function HomePage() { titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" testimonialClassName="text-sm lg:text-base text-foreground/70" - nameClassName="text-base lg:text-lg font-bold text-foreground mt-4" handleClassName="text-sm text-foreground/50" ariaLabel="Student testimonials" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 86341b8..3927e79 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -129,7 +129,6 @@ export default function ServicesPage() { titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" tagClassName="text-sm font-semibold text-accent mb-2" - cardTitleClassName="text-xl lg:text-2xl font-bold text-foreground mt-4" cardDescriptionClassName="text-sm lg:text-base text-foreground/70 mt-3" ariaLabel="Detailed English programs" /> @@ -196,7 +195,6 @@ export default function ServicesPage() { containerClassName="px-6 py-16 lg:py-24" titleClassName="text-3xl lg:text-4xl font-bold text-foreground mb-2" descriptionClassName="text-base lg:text-lg text-foreground/70 max-w-3xl mb-12" - priceClassName="text-4xl lg:text-5xl font-bold text-primary-cta" subtitleClassName="text-sm lg:text-base text-foreground/60 mt-2" ariaLabel="Service pricing packages" />