Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2be8e7b4d | |||
| 95b6accc22 | |||
| 5b4e9f8f63 | |||
| 548fe73a24 |
@@ -89,16 +89,16 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Solum Eau de Parfum", price: "$185", variant: "50ml • A grounding blend of vetiver and cedar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrG0daaCYPaSCObCP6UgVs0UJc/uploaded-1775239826025-4psar8sr.png", imageAlt: "Solum Eau de Parfum"
|
id: "1", name: "Solum Eau de Parfum", price: "$185", variant: "50ml • A grounding blend of earthy vetiver and smoked cedar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BrG0daaCYPaSCObCP6UgVs0UJc/uploaded-1775239826025-4psar8sr.png", imageAlt: "Solum Eau de Parfum"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Aura Eau de Parfum", price: "$165", variant: "50ml • A delicate floral bouquet with jasmine", imageSrc: "/templates/skincare-luxury/product-2.webp", imageAlt: "Aura Eau de Parfum"
|
id: "2", name: "Aura Eau de Parfum", price: "$165", variant: "50ml • A delicate floral bouquet of jasmine and velvet rose", imageSrc: "/templates/skincare-luxury/product-2.webp", imageAlt: "Aura Eau de Parfum"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Velour Body Mist", price: "$125", variant: "100ml • Fresh citrus notes with crisp bergamot", imageSrc: "/templates/skincare-luxury/product-3.webp", imageAlt: "Velour Body Mist"
|
id: "3", name: "Velour Body Mist", price: "$125", variant: "100ml • A vibrant burst of sun-drenched citrus and crisp bergamot", imageSrc: "/templates/skincare-luxury/product-3.webp", imageAlt: "Velour Body Mist"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Noir Absolu Parfum", price: "$195", variant: "30ml • A rich, smoky depth of oud and amber", imageSrc: "/templates/skincare-luxury/product-4.webp", imageAlt: "Noir Absolu Parfum"
|
id: "4", name: "Noir Absolu Parfum", price: "$195", variant: "30ml • A rich, opulent depth of rare oud and warming amber", imageSrc: "/templates/skincare-luxury/product-4.webp", imageAlt: "Noir Absolu Parfum"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
|
|||||||
Reference in New Issue
Block a user