Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:10:22 +00:00
parent 4aa5d73359
commit e64f9107c7

View File

@@ -59,6 +59,16 @@ export default function LandingPage() {
</div>
<div id="products" data-section="products">
<div className="pb-8">
<div className="text-center max-w-2xl mx-auto">
<div className="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-green-100 text-green-700 text-sm font-medium mb-4">
<CheckCircle className="w-4 h-4" />
<span>100% Third-Party Tested</span>
</div>
<h3 className="text-lg font-semibold text-gray-900 mb-2">Quality You Can Trust</h3>
<p className="text-gray-600">Every batch is independently verified for purity and potency. Plus, enjoy our <span className="font-semibold text-green-700">30-Day Money-Back Guarantee</span> your satisfaction is guaranteed.</p>
</div>
</div>
<ProductCardFour
title="Our Premium Peptide Collection"
description="Handpicked, laboratory-verified peptides formulated for specific health and performance goals. All products are third-party tested for purity and potency."
@@ -66,14 +76,10 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
products={[
{
id: "1", name: "BPC-157 Advanced Formula", price: "$89.99", variant: "10mg | 5 Vials", imageSrc: "http://img.b2bpic.net/free-photo/medicine-vaccine-bottles_181624-40551.jpg?_wi=1", imageAlt: "BPC-157 peptide vials"},
{
id: "2", name: "TB-500 Recovery Complex", price: "$79.99", variant: "5mg | 3 Vials", imageSrc: "http://img.b2bpic.net/free-photo/medicine-vaccine-bottles_181624-40551.jpg?_wi=2", imageAlt: "TB-500 recovery peptide"},
{
id: "3", name: "AOD-9604 Fat Loss Support", price: "$69.99", variant: "5mg | 4 Vials", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-test-tube-with-coronavirus-vaccine_637285-4809.jpg?_wi=1", imageAlt: "AOD-9604 metabolism peptide"},
{
id: "4", name: "Semax Cognitive Enhancer", price: "$84.99", variant: "3mg | 6 Vials", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-test-tube-with-coronavirus-vaccine_637285-4809.jpg?_wi=2", imageAlt: "Semax nootropic peptide"},
{ id: "1", name: "BPC-157 Advanced Formula", price: "$89.99", variant: "10mg | 5 Vials", imageSrc: "http://img.b2bpic.net/free-photo/medicine-vaccine-bottles_181624-40551.jpg?_wi=1", imageAlt: "BPC-157 peptide vials"},
{ id: "2", name: "TB-500 Recovery Complex", price: "$79.99", variant: "5mg | 3 Vials", imageSrc: "http://img.b2bpic.net/free-photo/medicine-vaccine-bottles_181624-40551.jpg?_wi=2", imageAlt: "TB-500 recovery peptide"},
{ id: "3", name: "AOD-9604 Fat Loss Support", price: "$69.99", variant: "5mg | 4 Vials", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-test-tube-with-coronavirus-vaccine_637285-4809.jpg?_wi=1", imageAlt: "AOD-9604 metabolism peptide"},
{ id: "4", name: "Semax Cognitive Enhancer", price: "$84.99", variant: "3mg | 6 Vials", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-test-tube-with-coronavirus-vaccine_637285-4809.jpg?_wi=2", imageAlt: "Semax nootropic peptide"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"