From 52d839e60f7daf6d329fe065dd468ca036e5b6c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 13:56:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.49.1