Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -93,12 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Face Cream", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/blank-steel-tin-isolated-with-copy-space_1194-639087.jpg" },
|
||||
{ id: "p2", name: "Under Eye Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-with-natural-makeup-contact-eye-lens-hand-close-up-female-model-holding-white-tweezers-contact-lenses-eye-care-healthy-lifestyle-eyes-health_639032-1173.jpg" },
|
||||
{ id: "p3", name: "Body Lotion", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-pink-cloth_23-2148305543.jpg" },
|
||||
{ id: "p4", name: "Underarm Cream", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/skincare-container-jar-beauty-product-packaging_53876-111060.jpg" },
|
||||
{ id: "p5", name: "Rose Face Mist", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163164.jpg" },
|
||||
{ id: "p6", name: "Shea Balm", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-cloth-with-plain-background_23-2148305533.jpg" },
|
||||
{ id: "p1", name: "Face Cream", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/blank-steel-tin-isolated-with-copy-space_1194-639087.jpg", priceButtonProps: { text: "Add to Cart" } },
|
||||
{ id: "p2", name: "Under Eye Cream", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-with-natural-makeup-contact-eye-lens-hand-close-up-female-model-holding-white-tweezers-contact-lenses-eye-care-healthy-lifestyle-eyes-health_639032-1173.jpg", priceButtonProps: { text: "Add to Cart" } },
|
||||
{ id: "p3", name: "Body Lotion", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-pink-cloth_23-2148305543.jpg", priceButtonProps: { text: "Add to Cart" } },
|
||||
{ id: "p4", name: "Underarm Cream", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/skincare-container-jar-beauty-product-packaging_53876-111060.jpg", priceButtonProps: { text: "Add to Cart" } },
|
||||
{ id: "p5", name: "Rose Face Mist", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163164.jpg", priceButtonProps: { text: "Add to Cart" } },
|
||||
{ id: "p6", name: "Shea Balm", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-body-butter-cloth-with-plain-background_23-2148305533.jpg", priceButtonProps: { text: "Add to Cart" } },
|
||||
]}
|
||||
title="Botanical Essentials"
|
||||
description="Carefully formulated creams and lotions to nourish your glow."
|
||||
|
||||
Reference in New Issue
Block a user