Merge version_14 into main #23

Merged
bender merged 1 commits from version_14 into main 2026-04-06 21:08:56 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
<div id="quality" data-section="quality">
<AboutMetric
title="Quality Assured Standards"
title="Quality Assured Standards (Third-Party Verified)"
metrics={[
{ icon: ShieldCheck, label: "HPLC Verified", value: "99%+ Purity" },
{ icon: ShieldCheck, label: "Third-Party Testing", value: "Batch Certified" }
@@ -121,4 +121,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}