Update src/app/products/page.tsx
This commit is contained in:
@@ -84,7 +84,7 @@ export default function ProductsPage() {
|
||||
name: "Kasthuri Kaha Night Cream",
|
||||
price: "$38",
|
||||
variant: "50ml with turmeric",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=2",
|
||||
imageAlt: "Kasthuri Kaha Night Cream with golden turmeric",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ProductsPage() {
|
||||
name: "Ayurvedic Lash Serum",
|
||||
price: "$28",
|
||||
variant: "10ml dropper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-essential-oils-eucalyptus-leaves-white-background-skin-body-care-concept_1182-2663.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-essential-oils-eucalyptus-leaves-white-background-skin-body-care-concept_1182-2663.jpg?_wi=2",
|
||||
imageAlt: "Lash growth serum with applicator",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function ProductsPage() {
|
||||
name: "Micellar Cleansing Water 3-in-1",
|
||||
price: "$22",
|
||||
variant: "200ml cleansing solution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-lotion_23-2147710595.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-bottle-lotion_23-2147710595.jpg?_wi=2",
|
||||
imageAlt: "Micellar cleansing water bottle",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function ProductsPage() {
|
||||
name: "Herbal Lip Oil Serum",
|
||||
price: "$18",
|
||||
variant: "8ml with natural oils",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg?_wi=2",
|
||||
imageAlt: "Lip oil serum with botanical infusion",
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ export default function ProductsPage() {
|
||||
name: "Amla Brightening Face Mask",
|
||||
price: "$24",
|
||||
variant: "60ml rejuvenating mask",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=3",
|
||||
imageAlt: "Amla brightening face mask with natural ingredients",
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function ProductsPage() {
|
||||
name: "Coconut Oil Body Massage",
|
||||
price: "$32",
|
||||
variant: "200ml nourishing oil",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shea-butter-beauty-treatment-arrangement_23-2148963296.jpg?_wi=3",
|
||||
imageAlt: "Pure coconut oil body massage treatment",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user