Compare commits
4 Commits
version_15
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 700b31b75d | |||
| 342c68742a | |||
| 34913f75f5 | |||
| 7ce8a2a351 |
@@ -55,30 +55,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quality" data-section="quality">
|
||||
<AboutMetric
|
||||
title="Quality Assured Standards (Third-Party Verified)"
|
||||
metrics={[
|
||||
{ icon: ShieldCheck, label: "HPLC Verified", value: "99%+ Purity" },
|
||||
{ icon: FileCheck, label: "Batch Certified", value: "ISO 9001" },
|
||||
{ icon: Microscope, label: "Purity Analysis", value: "MS Verified" },
|
||||
{ icon: FlaskConical, label: "Lab Grade", value: "Sterile Tested" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trusted" data-section="trusted">
|
||||
<SocialProofOne
|
||||
title="Trusted by Researchers"
|
||||
names={["Advanced Science Inst.", "Global Bio-Research", "Metabolic Studies Group", "Peptide Analysis Lab", "Cellular Dynamics Inc."]}
|
||||
description="Leading laboratories trust our high-purity compounds for their critical studies."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
@@ -110,6 +86,30 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quality" data-section="quality">
|
||||
<AboutMetric
|
||||
title="Quality Assured Standards"
|
||||
metrics={[
|
||||
{ icon: ShieldCheck, label: "HPLC Verified", value: "99%+ Purity Guaranteed" },
|
||||
{ icon: FileCheck, label: "Batch Certified", value: "ISO 9001 Compliant" },
|
||||
{ icon: Microscope, label: "Purity Analysis", value: "MS Verification" },
|
||||
{ icon: FlaskConical, label: "Lab Grade", value: "Sterile Tested High Purity" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trusted" data-section="trusted">
|
||||
<SocialProofOne
|
||||
title="Trusted by Researchers"
|
||||
names={["Advanced Science Inst.", "Global Bio-Research", "Metabolic Studies Group", "Peptide Analysis Lab", "Cellular Dynamics Inc."]}
|
||||
description="Leading laboratories trust our high-purity compounds for their critical studies."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user