Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -76,10 +76,14 @@ export default function LandingPage() {
|
|||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
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: "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: "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: "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"
|
gridVariant="two-columns-alternating-heights"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user