Compare commits
10 Commits
version_12
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| 700b31b75d | |||
| 342c68742a | |||
| 34913f75f5 | |||
| 7ce8a2a351 | |||
| 647ab46984 | |||
| aca5056ba1 | |||
| e340a024d2 | |||
| 60a95158a1 | |||
| 3e6c28cfda | |||
| a61d700c52 |
@@ -7,7 +7,7 @@ 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 } from "lucide-react";
|
||||
import { ShieldCheck, FileCheck, FlaskConical, Microscope } from "lucide-react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
@@ -55,28 +55,6 @@ 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" },
|
||||
{ icon: ShieldCheck, label: "Third-Party Testing", value: "Batch Certified" }
|
||||
]}
|
||||
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"
|
||||
@@ -89,7 +67,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Retatrutide", price: "Contact for pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzpXIQ8WhJ8WvoMuxtEmg0ewMo/medical-vial-of-retatrutide-in-a-sterile-1775505032674-eda4960c.png?_wi=1", imageAlt: "Retatrutide Vial", variant: "10mg" },
|
||||
{ id: "3", name: "BPC + TB 10MG", price: "Contact for pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzpXIQ8WhJ8WvoMuxtEmg0ewMo/medical-vial-of-bpc-tb-in-a-sterile-envi-1775505031642-de9329a9.png?_wi=1", imageAlt: "BPC+TB Vial", variant: "10mg" },
|
||||
]}
|
||||
title="Our Peptide Collection"
|
||||
title="Premium Research Compounds"
|
||||
description="Pharmaceutical grade compounds in high-potency concentrations."
|
||||
/>
|
||||
</div>
|
||||
@@ -108,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