Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-13 21:13:12 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -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"
/>
</div>

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>

View File

@@ -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"
/>
</div>
</div>
@@ -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"
/>
</div>