Compare commits
21 Commits
version_9
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ba165d0b8 | |||
| 300fef5dc0 | |||
| b8419333a3 | |||
| 700b31b75d | |||
| 342c68742a | |||
| 34913f75f5 | |||
| 7ce8a2a351 | |||
| 647ab46984 | |||
| aca5056ba1 | |||
| e340a024d2 | |||
| 60a95158a1 | |||
| 3e6c28cfda | |||
| a61d700c52 | |||
| f318d10a59 | |||
| 6b49154249 | |||
| 0b9c91da28 | |||
| 4969ec099f | |||
| 77b1728708 | |||
| 28fd5c2d20 | |||
| 38b3ab0ac5 | |||
| 029ae3b07c |
@@ -7,6 +7,8 @@ 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 MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -64,7 +66,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>
|
||||
@@ -83,6 +85,31 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quality" data-section="quality">
|
||||
<MetricCardFourteen
|
||||
title="Quality Assured Standards"
|
||||
tag="Our Commitment"
|
||||
metrics={[
|
||||
{ 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}
|
||||
/>
|
||||
</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={[
|
||||
|
||||
@@ -35,10 +35,11 @@ export default function ProductsPage() {
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
title="Full Research Catalog"
|
||||
description="Complete list of pharmaceutical-grade research compounds."
|
||||
buttons={[{ text: "Contact for Pricing", href: "/contact" }]}
|
||||
products={[
|
||||
{ id: "t1", name: "Tirzepatide 10mg", price: "Contact for pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzpXIQ8WhJ8WvoMuxtEmg0ewMo/medical-vial-of-tirzepatide-in-a-sterile-1775505032194-38e18dca.png?_wi=2", variant: "10mg" },
|
||||
{ id: "t2", name: "Tirzepatide 20mg", price: "Contact for pricing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BzpXIQ8WhJ8WvoMuxtEmg0ewMo/medical-vial-of-tirzepatide-in-a-sterile-1775505032194-38e18dca.png?_wi=2", variant: "20mg" },
|
||||
|
||||
Reference in New Issue
Block a user