Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -93,10 +93,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "GP", name: "GP-Mass Original", price: "8,199 DZD", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg" },
|
||||
{ id: "p2", brand: "GP", name: "GP-Mass Platinum", price: "9,799 DZD", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg" },
|
||||
{ id: "p3", brand: "GP", name: "GP-Whey Protein", price: "6,799 DZD", rating: 5, reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg" },
|
||||
{ id: "p4", brand: "GP", name: "GP-Creatine Micronized", price: "3,200 DZD", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-gym_23-2148111807.jpg" },
|
||||
{ id: "p1", brand: "GP", name: "GP-Mass Original", price: "8,199 DZD", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980071.jpg", imageAlt: "GP-Mass Original Tub" },
|
||||
{ id: "p2", brand: "GP", name: "GP-Mass Platinum", price: "9,799 DZD", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg", imageAlt: "GP-Mass Platinum Tub" },
|
||||
{ id: "p3", brand: "GP", name: "GP-Whey Protein", price: "6,799 DZD", rating: 5, reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46068.jpg", imageAlt: "GP-Whey Protein Tub" },
|
||||
{ id: "p4", brand: "GP", name: "GP-Creatine Micronized", price: "3,200 DZD", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/supplement-jar_187299-46032.jpg", imageAlt: "GP-Creatine Tub" },
|
||||
]}
|
||||
title="Our Product Line"
|
||||
description="Formulated for performance, flavored for consistency."
|
||||
|
||||
Reference in New Issue
Block a user