From 10eb292c6851bd85f4c36c22c4902ca36e991dbe Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 2 Jul 2026 22:42:16 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/CollectionsPage.tsx --- src/pages/CollectionsPage.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/pages/CollectionsPage.tsx b/src/pages/CollectionsPage.tsx index b4d96f6..ee07962 100644 --- a/src/pages/CollectionsPage.tsx +++ b/src/pages/CollectionsPage.tsx @@ -23,6 +23,31 @@ export default function CollectionsPage() { 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", + }, ]} textAnimation="fade-blur" />