4 Commits

Author SHA1 Message Date
c2be8e7b4d Update src/app/page.tsx 2026-04-03 18:24:42 +00:00
95b6accc22 Update src/app/page.tsx 2026-04-03 18:15:11 +00:00
5b4e9f8f63 Update src/app/page.tsx 2026-04-03 18:14:34 +00:00
548fe73a24 Merge version_1 into main
Merge version_1 into main
2026-04-03 18:11:47 +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 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"