diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1de8d41..c50c26d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -165,8 +165,8 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" valueClassName="text-5xl font-bold text-primary-cta" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 641224a..d7c6344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,8 +175,8 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" animationType="scale-rotate" containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> @@ -193,8 +193,8 @@ export default function HomePage() { speed={50} showCard={true} containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" logoTextClassName="font-semibold text-foreground text-lg" /> @@ -230,8 +230,8 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" animationType="slide-up" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" valueClassName="text-5xl font-bold text-primary-cta" /> @@ -308,8 +308,8 @@ export default function HomePage() { }, ]} containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + cardTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6eee31d..2faaa3a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -141,8 +141,8 @@ export default function ServicesPage() { gridVariant="three-columns-all-equal-width" animationType="scale-rotate" containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> @@ -181,8 +181,8 @@ export default function ServicesPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" valueClassName="text-5xl font-bold text-primary-cta" />