1 Commits

Author SHA1 Message Date
5e8533cb6f Update src/app/page.tsx 2026-04-03 18:15:35 +00:00

View File

@@ -89,16 +89,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
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: "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: "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: "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: "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: "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: "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"
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"
}
]}
gridVariant="uniform-all-items-equal"