2 Commits

Author SHA1 Message Date
e340a024d2 Update src/app/page.tsx 2026-04-06 21:08:50 +00:00
60a95158a1 Merge version_13 into main
Merge version_13 into main
2026-04-06 21:06:18 +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>
);
}
}