From 8330088bd70c5953f47056007a6943333c197176 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:15:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 - 1 file changed, 1 deletion(-) 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" /> -- 2.49.1 From af90bc43c32aadd95625095041147b4ca7c61131 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:15:09 +0000 Subject: [PATCH 2/4] Update src/app/noble-english-school/page.tsx --- src/app/noble-english-school/page.tsx | 2 -- 1 file changed, 2 deletions(-) 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" /> -- 2.49.1 From 8e861ceb8e46fb2c9b0b1f69de207632bb68294e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:15:10 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) 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" /> -- 2.49.1 From f2eb3ba7f4ab02018f80f6d9b7593990c367b4e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:15:11 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 -- 1 file changed, 2 deletions(-) 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" /> -- 2.49.1