Update src/app/page.tsx

This commit is contained in:
2026-03-14 05:27:31 +00:00
parent ff61b41c10
commit 27b03d2a12

View File

@@ -190,7 +190,7 @@ export default function HomePage() {
buttonAnimation="blur-reveal"
ariaLabel="Services section showcasing professional face painting and body art offerings"
containerClassName="gap-12"
titleClassName="text-3xl sm:text-4xl font-extrabold"
itemClassName="text-3xl sm:text-4xl font-extrabold"
descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
/>
</div>
@@ -229,8 +229,8 @@ export default function HomePage() {
buttonAnimation="blur-reveal"
ariaLabel="Pricing section with face painting package options and rates"
containerClassName="gap-12"
titleClassName="text-3xl sm:text-4xl font-extrabold"
descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold"
textBoxDescriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
cardClassName="p-6 sm:p-8"
/>
</div>
@@ -270,8 +270,8 @@ export default function HomePage() {
buttonAnimation="blur-reveal"
ariaLabel="Client testimonials and reviews section for face painting services"
containerClassName="gap-12"
titleClassName="text-3xl sm:text-4xl font-extrabold"
descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold"
textBoxDescriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
/>
</div>
@@ -301,7 +301,7 @@ export default function HomePage() {
buttonAnimation="blur-reveal"
ariaLabel="Photo gallery preview section showcasing professional face painting portfolio"
containerClassName="gap-12"
titleClassName="text-3xl sm:text-4xl font-extrabold"
cardNameClassName="text-3xl sm:text-4xl font-extrabold"
descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
/>
</div>
@@ -336,8 +336,8 @@ export default function HomePage() {
buttonAnimation="blur-reveal"
ariaLabel="FAQ section with common questions about face painting services"
containerClassName="gap-12"
titleClassName="text-3xl sm:text-4xl font-extrabold"
descriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-3xl sm:text-4xl font-extrabold"
textBoxDescriptionClassName="text-base sm:text-lg opacity-90 max-w-3xl"
/>
</div>