diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07df978..45f4bb1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -141,7 +141,7 @@ export default function AboutPage() { className="py-16 md:py-24 bg-background-accent/20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 4616e33..eb3716f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function HomePage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" cardTitleClassName="text-lg font-manrope font-semibold text-foreground" textBoxDescriptionClassName="text-lg text-foreground/70 mt-3" /> @@ -236,7 +236,7 @@ export default function HomePage() { className="py-16 md:py-24 bg-background-accent/20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7031ed1..a391cee 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -76,7 +76,7 @@ export default function ServicesPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" cardTitleClassName="text-lg font-manrope font-semibold text-foreground" textBoxDescriptionClassName="text-lg text-foreground/70 mt-3" />