From 0ba165d0b8e8e16ad7b04e71ae4ee0fa586449a3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:19:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2ee47e..4af4276 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { ShieldCheck, FileCheck, FlaskConical, Microscope } from "lucide-react"; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -91,10 +90,10 @@ export default function LandingPage() { title="Quality Assured Standards" tag="Our Commitment" metrics={[ - { id: "1", icon: ShieldCheck, value: "99%+ Purity Guaranteed", description: "HPLC Verified" }, - { id: "2", icon: FileCheck, value: "ISO 9001 Compliant", description: "Batch Certified" }, - { id: "3", icon: Microscope, value: "MS Verification", description: "Purity Analysis" }, - { id: "4", icon: FlaskConical, value: "Sterile Tested", description: "High Purity Lab Grade" } + { id: "1", value: "99%+ Purity Guaranteed", description: "HPLC Verified" }, + { id: "2", value: "ISO 9001 Compliant", description: "Batch Certified" }, + { id: "3", value: "MS Verification", description: "Purity Analysis" }, + { id: "4", value: "Sterile Tested", description: "High Purity Lab Grade" } ]} metricsAnimation="slide-up" useInvertedBackground={false} -- 2.49.1