Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 476daacf8b | |||
| 57920cc45f |
@@ -114,6 +114,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
|
{
|
||||||
|
id: "p4", brand: "Lumina", name: "Cat-Eye Gold", price: "$169", rating: 5,
|
||||||
|
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blonde-woman-with-red-lips-puts-colorful-sunglasses-attractive-curly-lady-beige-trench-coat-looks-into-camera-outdoors_197531-23192.jpg"},
|
||||||
{
|
{
|
||||||
id: "p1", brand: "Lumina", name: "Classic Midnight", price: "$129", rating: 5,
|
id: "p1", brand: "Lumina", name: "Classic Midnight", price: "$129", rating: 5,
|
||||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-woman-with-red-lips_158538-4157.jpg"},
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-woman-with-red-lips_158538-4157.jpg"},
|
||||||
@@ -123,9 +126,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "p3", brand: "Lumina", name: "Crystal Clear", price: "$119", rating: 5,
|
id: "p3", brand: "Lumina", name: "Crystal Clear", price: "$119", rating: 5,
|
||||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-eyeglasses-with-shadow_23-2148290332.jpg"},
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-eyeglasses-with-shadow_23-2148290332.jpg"},
|
||||||
{
|
|
||||||
id: "p4", brand: "Lumina", name: "Cat-Eye Gold", price: "$169", rating: 5,
|
|
||||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blonde-woman-with-red-lips-puts-colorful-sunglasses-attractive-curly-lady-beige-trench-coat-looks-into-camera-outdoors_197531-23192.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "p5", brand: "Lumina", name: "Titanium Edge", price: "$199", rating: 5,
|
id: "p5", brand: "Lumina", name: "Titanium Edge", price: "$199", rating: 5,
|
||||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-tourist-woman-having-fun-amusement-park-hot-summer-day-trip_346278-453.jpg"},
|
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-tourist-woman-having-fun-amusement-park-hot-summer-day-trip_346278-453.jpg"},
|
||||||
|
|||||||
Reference in New Issue
Block a user