Merge version_1 into main #5

Merged
bender merged 3 commits from version_1 into main 2026-03-04 06:41:37 +00:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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