Merge version_1 into main #1
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
||||
tagIcon={ShoppingBag}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Palette Ombres Prestige 12 Couleurs", price: "2,950 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr48x9", imageAlt: "Palette de maquillage professionnelle", initialQuantity: 1
|
||||
id: "1", name: "Palette Ombres Prestige 12 Couleurs", price: "2,950 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr48x9&_wi=1", imageAlt: "Palette de maquillage professionnelle", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sérum Régénérant Intensif 30ml", price: "3,500 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0uxyxl", imageAlt: "Sérum soin du visage premium", initialQuantity: 1
|
||||
id: "2", name: "Sérum Régénérant Intensif 30ml", price: "3,500 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0uxyxl&_wi=1", imageAlt: "Sérum soin du visage premium", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Traitement Capillaire Réparation 200ml", price: "2,200 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8b748r", imageAlt: "Traitement pour cheveux de luxe", initialQuantity: 1
|
||||
@@ -124,10 +124,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Parfum Eau de Toilette 100ml", price: "4,800 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwmhgb", imageAlt: "Flacon de parfum élégant", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Fond de Teint Fluide Longue Tenue", price: "2,650 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr48x9", imageAlt: "Fond de teint professionnel", initialQuantity: 1
|
||||
id: "5", name: "Fond de Teint Fluide Longue Tenue", price: "2,650 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rr48x9&_wi=2", imageAlt: "Fond de teint professionnel", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "6", name: "Crème Hydratante Intense 50ml", price: "3,200 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0uxyxl", imageAlt: "Crème soin visage haut de gamme", initialQuantity: 1
|
||||
id: "6", name: "Crème Hydratante Intense 50ml", price: "3,200 DA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0uxyxl&_wi=2", imageAlt: "Crème soin visage haut de gamme", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user