Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 21:40:26 +00:00

View File

@@ -145,8 +145,8 @@ export default function LandingPage() {
animationType="blur-reveal"
useInvertedBackground={false}
ariaLabel="Sezione processo artigianale"
titleClassName="text-4xl lg:text-5xl font-serif font-bold"
descriptionClassName="text-gray-700 text-lg mt-4"
featureTitleClassName="text-2xl lg:text-3xl font-serif font-bold"
featureDescriptionClassName="text-gray-700 text-lg mt-2"
/>
</div>
@@ -172,8 +172,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Sezione collezione prodotti"
titleClassName="text-4xl lg:text-5xl font-serif font-bold"
descriptionClassName="text-gray-700 text-lg mt-4"
textBoxTitleClassName="text-4xl lg:text-5xl font-serif font-bold"
textBoxDescriptionClassName="text-gray-700 text-lg mt-4"
cardNameClassName="font-semibold text-gray-900 truncate"
cardPriceClassName="text-lg font-bold text-blue-900"
cardVariantClassName="text-sm text-gray-600"
@@ -195,8 +195,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Sezione metriche lusso"
titleClassName="text-4xl lg:text-5xl font-serif font-bold"
descriptionClassName="text-gray-700 text-lg mt-4"
textBoxTitleClassName="text-4xl lg:text-5xl font-serif font-bold"
textBoxDescriptionClassName="text-gray-700 text-lg mt-4"
valueClassName="text-6xl lg:text-7xl font-bold text-blue-900"
metricDescriptionClassName="text-gray-700 text-lg mt-3"
/>