Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 18:55:20 +00:00
2 changed files with 10 additions and 6 deletions

View File

@@ -1386,4 +1386,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -66,16 +66,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Weight & Metabolic", description: "Tirzepatide, Semaglutide, Retatrutide, AOD9604, and Lipo-C—engineered for metabolic optimization and body composition research.", imageSrc: "http://img.b2bpic.net/free-photo/male-pharmacist-working-drugstore_23-2150359203.jpg"},
title: "Weight & Metabolic", description: "Tirzepatide, Semaglutide, Retatrutide, AOD9604, and Lipo-C—engineered for metabolic optimization and body composition research.", imageSrc: "http://img.b2bpic.net/free-photo/male-pharmacist-working-drugstore_23-2150359203.jpg", buttons: [{ text: "Explore Category", href: "#products" }]
},
{
id: 2,
title: "Muscle & Recovery", description: "BPC-157, TB500, CJC-1295, and Ipamorelin—premium recovery and muscle-building peptides for athletic performance research.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122814.jpg"},
title: "Muscle & Recovery", description: "BPC-157, TB500, CJC-1295, and Ipamorelin—premium recovery and muscle-building peptides for athletic performance research.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-specialist-evaluates-body-posture-old-man_482257-122814.jpg", buttons: [{ text: "Explore Category", href: "#products" }]
},
{
id: 3,
title: "Specialty Blends", description: "'Glow' and 'Klow' custom formulations combine synergistic peptides for advanced research protocols with integrated benefits.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-laboratory-samples_23-2151108802.jpg"},
title: "Specialty Blends", description: "'Glow' and 'Klow' custom formulations combine synergistic peptides for advanced research protocols with integrated benefits.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-laboratory-samples_23-2151108802.jpg", buttons: [{ text: "Explore Category", href: "#products" }]
},
{
id: 4,
title: "Cognitive & Nootropic", description: "Semax, Selank, and Cerebrolysin—cutting-edge peptides for cognitive enhancement and neurological research applications.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335689.jpg"},
title: "Cognitive & Nootropic", description: "Semax, Selank, and Cerebrolysin—cutting-edge peptides for cognitive enhancement and neurological research applications.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335689.jpg", buttons: [{ text: "Explore Category", href: "#products" }]
},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -244,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}