From a85154c3889b76f5327fedcc2560213ea6d8fd27 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:40:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e8d0f2..116942f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> -- 2.49.1