diff --git a/src/app/page.tsx b/src/app/page.tsx index d3fbbb0..17c722b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"