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"