@@ -66,13 +66,13 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
6666 icon : "🧴" ,
6767 subcategories : [
6868 { label : "Cleanser" , types : [ "Cleanser" , "Face Wash" , "Micellar Water" , "Micellar" ] } ,
69- { label : "Serum" , types : [ "Serum" , "Face Serum" ] } ,
69+ { label : "Serum & Essence " , types : [ "Serum" , "Face Serum" , "Essence "] } ,
7070 { label : "Sunscreen" , types : [ "Sunscreen" , "Sun Screen" , "SPF" , "Sun Care" ] } ,
71- { label : "Moisturizer" , types : [ "Moisturizer" , "Moisturiser" , "Face Cream" , "Day Cream" , "Night Cream" ] } ,
72- { label : "Toner" , types : [ "Toner" , "Face Tonic" ] } ,
71+ { label : "Moisturizer" , types : [ "Moisturizer" , "Moisturiser" , "Face Cream" , "Day Cream" , "Night Cream" , "Skin Care" ] } ,
72+ { label : "Toner & Mist " , types : [ "Toner" , "Face Tonic" , "Face Mist "] } ,
7373 { label : "Mask" , types : [ "Face Mask" , "Sheet Mask" , "Clay Mask" , "Peel-Off Mask" ] } ,
7474 { label : "Eye Care" , types : [ "Eye Cream" , "Eye Serum" , "Under Eye" ] } ,
75- { label : "Exfoliator" , types : [ "Exfoliator" , "Scrub" , "Face Scrub" , "Peeling" ] } ,
75+ { label : "Exfoliator & Peeling " , types : [ "Exfoliator" , "Scrub" , "Face Scrub" , "Peeling" ] } ,
7676 ] ,
7777 } ,
7878 {
@@ -84,6 +84,7 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
8484 { label : "Hair Treatment" , types : [ "Hair Treatment" , "Hair Mask" , "Hair Oil" , "Hair Serum" ] } ,
8585 { label : "Styling" , types : [ "Hair Styling" , "Hair Spray" , "Hair Gel" , "Hair Wax" ] } ,
8686 { label : "Hair Color" , types : [ "Hair Color" , "Hair Dye" ] } ,
87+ { label : "Hair Care" , types : [ "Hair Care" ] } ,
8788 ] ,
8889 } ,
8990 {
@@ -93,14 +94,15 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
9394 { label : "Body Lotion" , types : [ "Body Lotion" , "Body Cream" , "Body Butter" ] } ,
9495 { label : "Body Wash" , types : [ "Body Wash" , "Shower Gel" , "Bath & Body" ] } ,
9596 { label : "Hand & Foot" , types : [ "Hand Cream" , "Foot Cream" , "Hand & Nail" ] } ,
96- { label : "Deodorant" , types : [ "Deodorant" , "Antiperspirant" ] } ,
97+ { label : "Deodorant" , types : [ "Deodorant" , "Antiperspirant" , "Deodorant Spray" , "Deodorant & Antiperspirant Roll" ] } ,
98+ { label : "Intimate Care" , types : [ "Intimate Wash" , "Intimate Care" ] } ,
9799 ] ,
98100 } ,
99101 {
100102 label : "Fragrance" ,
101103 icon : "🌹" ,
102104 subcategories : [
103- { label : "Perfume" , types : [ "Perfume" , "Eau de Parfum" , "EDP" ] } ,
105+ { label : "Perfume" , types : [ "Perfume" , "Eau de Parfum" , "EDP" , "Fragrance" ] } ,
104106 { label : "Eau de Toilette" , types : [ "Eau de Toilette" , "EDT" ] } ,
105107 { label : "Body Mist" , types : [ "Body Mist" , "Body Spray" ] } ,
106108 { label : "Gift Sets" , types : [ "Gift Set" , "Fragrance Set" ] } ,
@@ -113,6 +115,12 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
113115 { label : "Baby Skin" , types : [ "Baby Lotion" , "Baby Cream" , "Baby Oil" , "Baby Wash" ] } ,
114116 { label : "Maternity" , types : [ "Maternity" , "Stretch Mark" , "Nursing" ] } ,
115117 { label : "Baby Hair" , types : [ "Baby Shampoo" ] } ,
118+ { label : "Feeding" , types : [ "Nipple" , "Bottle" , "Cutlery" , "Baby Set" ] } ,
119+ { label : "Soothers & Teething" , types : [ "Soothers" , "Teether" ] } ,
120+ { label : "Baby Toys" , types : [ "Toys" , "Playmat" , "Projecter" ] } ,
121+ { label : "Baby Essentials" , types : [ "Thermometer" , "Sterilizer" , "Swaddles" , "Baby Towel" , "Accessories" ] } ,
122+ { label : "Baby Oral Care" , types : [ "Toothpaste" , "Toothbrush" ] } ,
123+ { label : "Baby Clothing" , types : [ "Body Care" ] } ,
116124 ] ,
117125 } ,
118126] ;
0 commit comments