From 9702ae48fb1116f055b734f27a70bfa34ff6fd48 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:07:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51af633..2972d5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,8 @@ export default function LandingPage() { useInvertedBackground={false} ariaLabel="Ocean perfume products collection" containerClassName="py-16 md:py-24" - textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl" + titleClassName="text-3xl md:text-5xl font-bold mb-4" + descriptionClassName="text-lg opacity-90 max-w-2xl" /> @@ -182,9 +183,9 @@ export default function LandingPage() { } ]} kpiItems={[ - { value: "50K+" }, - { value: "98%" }, - { value: "15+" } + { value: "50K+", label: "Happy Customers" }, + { value: "98%", label: "Satisfaction Rate" }, + { value: "15+", label: "Award Winning" } ]} animationType="slide-up" textboxLayout="default"