Update src/app/products/page.tsx
This commit is contained in:
@@ -94,7 +94,7 @@ export default function ProductsPage() {
|
||||
name: "Luxe Velvet Foundation",
|
||||
price: "$48",
|
||||
variant: "Light Beige • 4 Shades",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-arrangement_23-2149705554.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-foundation-containers-arrangement_23-2149705554.jpg?_wi=2",
|
||||
imageAlt: "Foundation makeup product",
|
||||
},
|
||||
{
|
||||
@@ -102,7 +102,7 @@ export default function ProductsPage() {
|
||||
name: "Prismatic Eyeshadow Palette",
|
||||
price: "$56",
|
||||
variant: "12 Colors • Long-wear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-make-up-elements-wooden-table_482257-26975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetics-make-up-elements-wooden-table_482257-26975.jpg?_wi=2",
|
||||
imageAlt: "Eyeshadow palette",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ProductsPage() {
|
||||
name: "Volume Pro Mascara",
|
||||
price: "$32",
|
||||
variant: "Waterproof • 2 Formulas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-mascara-with-grey-background_23-2148299644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-mascara-with-grey-background_23-2148299644.jpg?_wi=2",
|
||||
imageAlt: "Mascara product",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function ProductsPage() {
|
||||
name: "Gold Vermeil Bracelet",
|
||||
price: "$89",
|
||||
variant: "18K Gold • Adjustable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg?_wi=2",
|
||||
imageAlt: "Gold bracelet",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function ProductsPage() {
|
||||
name: "Sterling Silver Earrings",
|
||||
price: "$64",
|
||||
variant: "Hypoallergenic • Elegant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649161.jpg?_wi=2",
|
||||
imageAlt: "Silver earrings",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function ProductsPage() {
|
||||
name: "Pearl Statement Necklace",
|
||||
price: "$124",
|
||||
variant: "Cultured Pearl • 16\" Chain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-wearing-sea-shell-necklace-beach_343596-937.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-wearing-sea-shell-necklace-beach_343596-937.jpg?_wi=2",
|
||||
imageAlt: "Pearl necklace",
|
||||
},
|
||||
]}
|
||||
@@ -158,19 +158,19 @@ export default function ProductsPage() {
|
||||
id: 1,
|
||||
title: "Understand Your Skin Tone",
|
||||
description: "Finding the right foundation shade and undertone is the foundation of a perfect makeup look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Quality Over Quantity",
|
||||
description: "Invest in fewer, high-quality pieces that work together and reflect your personal style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Mix Metals with Confidence",
|
||||
description: "Gold, silver, and rose gold can all be worn together when selected thoughtfully.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-workshop-demontration-beauty-products_259150-60056.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user