Update src/app/page.tsx

This commit is contained in:
2026-03-22 13:56:38 +00:00
parent e93c6618ec
commit 52d839e60f

View File

@@ -211,10 +211,10 @@ export default function LandingPage() {
title="By The Numbers"
description="Our commitment to quality and customer satisfaction is reflected in these metrics."
metrics={[
{ id: "1", value: "1M+", title: "Products Sold", description: "Trusted by beauty lovers worldwide" },
{ id: "2", value: "4.9/5", title: "Average Rating", description: "Across all platforms and reviews" },
{ id: "3", value: "100%", title: "Natural Origins", description: "Ethically sourced ingredients" },
{ id: "4", value: "0%", title: "Harmful Chemicals", description: "Clean beauty, always" }
{ id: "1", value: "1M+", title: "Products Sold", description: "Trusted by beauty lovers worldwide", imageSrc: "" },
{ id: "2", value: "4.9/5", title: "Average Rating", description: "Across all platforms and reviews", imageSrc: "" },
{ id: "3", value: "100%", title: "Natural Origins", description: "Ethically sourced ingredients", imageSrc: "" },
{ id: "4", value: "0%", title: "Harmful Chemicals", description: "Clean beauty, always", imageSrc: "" }
]}
animationType="scale-rotate"
textboxLayout="default"