From 2369b7f462018f026dd9ddb57731bc9cf9184cec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Jul 2026 22:42:23 +0000 Subject: [PATCH] Update src/pages/CollectionsPage.tsx --- src/pages/CollectionsPage.tsx | 52 ++++++----------------------------- 1 file changed, 9 insertions(+), 43 deletions(-) diff --git a/src/pages/CollectionsPage.tsx b/src/pages/CollectionsPage.tsx index ee07962..46c06a8 100644 --- a/src/pages/CollectionsPage.tsx +++ b/src/pages/CollectionsPage.tsx @@ -13,41 +13,13 @@ export default function CollectionsPage() { title="The Archive" description="A deep dive into our seasonal drops." items={[ - { - title: "Midnight Series", - description: "Inspired by urban night skies.", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg", - }, - { - title: "Earth & Skin", - description: "Raw, botanical, grounded elements.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg", - }, - { - title: "Ocean Breeze", - description: "Fresh, aquatic, and invigorating.", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg", - }, - { - title: "Desert Bloom", - description: "Warm, spicy, and floral notes.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg", - }, - { - title: "Forest Canopy", - description: "Woody, green, and earthy scents.", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg", - }, - { - title: "Citrus Grove", - description: "Bright, zesty, and uplifting.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg", - }, - { - title: "Velvet Rose", - description: "Rich, romantic, and classic.", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg", - }, + { title: "Midnight Series", description: "Inspired by urban night skies.", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669153.jpg" }, + { title: "Earth & Skin", description: "Raw, botanical, grounded elements.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg" }, + { title: "Seasonal One", description: "Crisp notes for spring.", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17689.jpg" }, + { title: "Seasonal Two", description: "Deep warmth for autumn.", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016630.jpg" }, + { title: "Archive Rare", description: "Limited edition classics.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg" }, + { title: "Botanical Mist", description: "Light and airy scent.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307236.jpg" }, + { title: "Midnight Musk", description: "Deep and mysterious notes.", imageSrc: "http://img.b2bpic.net/free-photo/set-feathers-can_23-2148073845.jpg" } ]} textAnimation="fade-blur" /> @@ -62,15 +34,9 @@ export default function CollectionsPage() { description="How we turn emotion into physical essence." items={[ { - icon: Droplet, - title: "Distillation", - description: "Small-batch artisan extraction.", - }, + icon: "Droplet", title: "Distillation", description: "Small-batch artisan extraction."}, { - icon: Layers, - title: "Aging", - description: "Matured in darkness for perfect balance.", - }, + icon: "Layers", title: "Aging", description: "Matured in darkness for perfect balance."}, ]} imageSrc="http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg" textAnimation="fade-blur"